search
  • Sign In
  • Sign Up
Password reset successful

Follow the proiects vou are interested in andi aet the latestnews about them taster

Home
Course List
Dugu Jiujian (4)_PHP video tutorial

Dugu Jiujian (4)_PHP video tutorial

Rumor: PHP is the best programming language in the world. Is it really? Where did this meme come from? Take this course and you'll understand. The PHP introductory system teaching video produced by PHP Chinese website is completely from the perspective of beginners and is never fake. Everything is based on the principle of practicality and usefulness, so that you can learn it, remember it and use it. When learning PHP programming, I have to remind you that you still need to have some basic knowledge of the front-end. Of course, it is not required to be proficient, but you must have a certain understanding of basic tags, basic concepts and terminology. Otherwise, it will have a small impact on your learning confidence~~ (There are many excellent HTML, CSS, and JavaScript tutorials available on the PHP Chinese website. For your reference, it’s best if you choose our official original course)

1275728 person learning
89 class hour
2023-09-05 update time
10 Hours25 minutes25 seconds Total course duration
天蓬老师
Gold lecturer
13 Course
12487 student
5.7 score

欢迎选择我的课程,让我们一起见证您的进步~~

You will learn

1. To build a PHP development environment, you can choose an integrated environment or DIY your own environment; 2. We will explain the basic syntax of PHP in detail in six chapters; 3. PHP functions 4. PHP string processing 5. PHP array processing 6. PHP form processing and HTML interaction 7. PHP file processing 8. Preliminary introduction to PHP object-oriented programming 9. Quick introduction to MySQL database knowledge 10. Introduction to commonly used PHP development frameworks 11. Write a simple CMS (content management system) 12. Write a simple online mall system 13. Introduction to common PHP development models 14. Other relevant knowledge

Dugu Jiujian (4)_PHP video tutorial

Section1 Definition and classification of arrays: Array elements are composed of keys and values
07 minutes54 seconds
Section2 Array creation and access: 3 creation methods and 2 access methods
10 minutes16 seconds
Section3 Using for loops to traverse arrays: indexing and associative arrays
05 minutes02 seconds
Section4 Iterating through arrays using while loops: indexing and associative arrays
03 minutes55 seconds
Section5 Using foreach loop to traverse: index and associative array
03 minutes58 seconds
Section6 List structure: Convert elements of the default index array into variables
03 minutes16 seconds
Section7 Use each() function to split the array elements into two representations: index and association for traversal
03 minutes40 seconds
Section8 Use the list() structure and each() to complete the array traversal operation: must master
03 minutes38 seconds
Section9 Get the values ​​of all elements in an array and return them in a default index array: array_values()
02 minutes22 seconds
Section10 Get the key names of all elements and return them in the default index array: array_keys()
03 minutes38 seconds
Section11 Check whether a key exists in the array: array_key_exists()
03 minutes04 seconds
Section12 Check whether a value exists in the array: in_array()
07 minutes47 seconds
Section13 Array statistical functions: count(), array_count_values() and array_unique()
05 minutes49 seconds
Section14 Array filter array_filter(): callback function to process arrays
04 minutes08 seconds
Section15 Array patroller array_walk(): uses callback function to traverse or update the array
04 minutes29 seconds
Section16 Array mapper array_map(): Want to process multiple arrays at the same time? i can do it
05 minutes28 seconds
Section17 Array sorting by value: sort() forward and rsort() reverse sorting functions
04 minutes21 seconds
Section18 Array sorting by key name: ksort() ascending order and krsort() descending order function
04 minutes15 seconds
Section19 Keep the key-value correspondence unchanged when sorting the array: asrot() and arsort() functions
03 minutes36 seconds
Section20 To sort multiple arrays at the same time, the multi-dimensional array is first converted into a one-dimensional array by value: array_multisort()
06 minutes58 seconds
Section21 Use arrays to implement stack operations: array_push and array_pop
06 minutes06 seconds
Section22 Using arrays to implement queue operations: array_shift() and array_unshift() functions
04 minutes59 seconds
Section23 Other array functions: array_rand()/array_sum()/shuffle()/range()
10 minutes06 seconds
Chapter9 Arrays in PHP and their usage techniques (full version)
Section1 A quick introduction to object-oriented programming in PHP: the relationship between classes and objects
02 minutes51 seconds
Section2 How to create a class and its properties and methods: naming conventions/access controls/pseudo variables
10 minutes06 seconds
Section3 6 ways to create objects: Only using [new class name] is not a real PHP programmer
12 minutes34 seconds
Section4 Creation and access of class constants: pay attention to the differences and connections with static properties
06 minutes01 seconds
Section5 Class automatic loading technology: __autoload() and spl_autoload_register()
09 minutes59 seconds
Section6 Class constructor and destructor methods: __construct() and __destruct()
06 minutes02 seconds
Section7 Object encapsulation [not just security]: private, __get, __set, __isset, __unset
11 minutes14 seconds
Section8 Class inheritance and polymorphism: extends and method overriding
10 minutes39 seconds
Section9 Tips for creating and accessing static members in classes: static
08 minutes11 seconds
Section10 Static binding and delayed binding technology of classes: detailed explanation of self, parent, static
09 minutes50 seconds
Section11 Object cloning technology: Create new objects like variable value transfer
05 minutes31 seconds
Section12 What should I do if I access a non-existent method or static method? Detailed explanation of __call() and __callSatatic()
04 minutes30 seconds
Section13 Serialization of objects: a method of transmitting or saving an object
06 minutes22 seconds
Section14 Abstract methods and abstract classes: templates for user classes
04 minutes18 seconds
Section15 Implementation of interface technology: standardizing members and types of user classes
05 minutes58 seconds
Section16 Declaration and usage skills of trait characteristics: Collection of class methods to achieve code reuse
13 minutes08 seconds
Section17 Namespace: Although we have the same name and the same sex, we belong to different time and space
10 minutes51 seconds
Section18 Object traversal: View object properties just like traversing an array
08 minutes08 seconds
Section19 PHP5.6 extension to namespace: use can import functions and constant spaces
15 minutes21 seconds
Chapter10 Essential lectures on classes and objects in PHP: You must understand this time

Data Name

Dugu series php tutorial source code
Download