Course Elementary 20313
Course Introduction:PHP array functions allow you to access and manipulate arrays, supporting single-dimensional and multi-dimensional arrays. Array functions are a core part of PHP. No installation is required to use these functions. "PHP Function: Array Array Function Video Explanation" explains the syntax, parameters, return values, etc. of PHP array functions, and provides examples of functions through the PHP editor to help PHP learners better understand and use array functions.
Course Elementary 14009
Course Introduction:PHP string functions belong to the core part of PHP. No installation is required to use these functions. "PHP Function String String Function Video Explanation" explains the syntax, parameters, return values, etc. of PHP string functions, and runs examples of various string functions in the browser through the PHP editor to help PHP learners learn more Good to learn and use string functions.
Course Elementary 2096
Course Introduction:Delphi6 function encyclopedia
Course Intermediate 5635
Course Introduction:The three most important core technologies in JavaScript are: functions, objects and closures. It can be seen that functions always occupy the core position and are first-class citizens in JavaScript. It can be said that everything in JavaScript comes from functions. .
Course Intermediate 16982
Course Introduction:There has been a rumor in the world that "PHP is the best language in the world". Is it true or false? Don't you want to find out? This set of courses starts from the most basic PHP syntax, from the shallower to the deeper, giving you a different learning experience.
Course Elementary 23613
Course Introduction:Functions of smarty template engine
Course Intermediate 8658
Course Introduction:Introduction: PHP provides powerful system functions to help us complete functions, but sometimes it is not enough to just use system functions. Custom functions need to be encapsulated according to the business, as explained in "PHP Advanced - Function Video Tutorial" It explains how to customize functions and common problems in custom functions. It is a must-read course for getting started with PHP.
Course Elementary 11421
Course Introduction:This stage of the open class will lead everyone to appreciate the beauty of Go language programming, master the basic grammar of Go language, and lay the foundation for subsequent blockchain development.
Course Intermediate 12789
Course Introduction:In an era when various front-end frameworks are flying everywhere, jQuery still shines brightly. Without jQuery, you are not a good front-end. Likewise, it is impossible to become an excellent full-stack developer.
Course Elementary 11171
Course Introduction:A function is a block of code that implements a specific function. The direct purpose of defining a function is to divide the program into blocks according to functions, so as to facilitate the use, management, reading and debugging of the program. Functions can be roughly divided into system functions and custom functions. When the functions provided to us in the system cannot achieve a specific function you want to achieve, you need to define a function yourself. This is called a custom function. , of course there are some special forms of functions in PHP, such as recursive functions, callback functions, etc.
Course Intermediate 10980
Course Introduction:"Self-study IT Network Linux Load Balancing Video Tutorial" mainly implements Linux load balancing by performing script operations on web, lvs and Linux under nagin.
Course Advanced 17049
Course Introduction:"Shangxuetang MySQL Video Tutorial" introduces you to the process from installing to using the MySQL database, and introduces the specific operations of each link in detail.
Course Advanced 10744
Course Introduction:"Brothers Band Front-end Example Display Video Tutorial" introduces examples of HTML5 and CSS3 technologies to everyone, so that everyone can become more proficient in using HTML5 and CSS3.
Course Intermediate 26957
Course Introduction:RBAC is one of the most common rights management technologies in commercial systems. RBAC is an idea that can be implemented in any programming language. Its mature and simple control idea is increasingly popular among developers. "ThinkPHP (RBAC) Rights Management Video Tutorial" will introduce the basic knowledge, principles and complete implementation process of RBAC in detail through the theoretical part and practical part, and demonstrate the application scenarios of RBAC.
Course Intermediate 52890
Course Introduction:Redis is the main caching service used in PHP projects. We will introduce the advanced usage of redis in "Yan Shiba Redis Video Tutorial", and will also use cases to learn Redis in depth.
Course Advanced 21179
Course Introduction:The jquery tutorial "Dark Horse Programmer jQuery Video Tutorial" takes you directly to learn basic to advanced knowledge of jQuery, taking your front-end learning a step further. jQuery is a lightweight "write less, do more" JavaScript library that greatly simplifies JavaScript programming and is easy to learn.