Article
Topic
Learning
Download
Q&A
Programming Dictionary
Game
Recent Updates
login
简体中文(ZH-CN)
English(EN)
繁体中文(ZH-TW)
日本語(JA)
한국어(KO)
Melayu(MS)
Français(FR)
Deutsch(DE)
Next Section: Create and delete directories
(3029 plays)
Next Section
Watch Again
ဆ
Chapter
Note
Ask
Courseware
Feedback
Band of Brothers new version PHP video tutorial
Chapter1 LAMP website construction
1-1 Form introduction
1-2 Introduction to BS structure software types
1-3 The era of Web2.0
1-4 Web development standards
1-5 Get to know scripting languages
1-6 Web components required for dynamic website development 1
1-7 Web components required for dynamic website development 2
1-8 Web components required for dynamic website development 3
1-9 How the Web works
1-10 How the Web works: url parsing
1-11 Dynamic website analysis of how the Web works
1-12 Three mainstream web application platforms
1-13 Comparison of three web platforms
1-14 LAMP website development portfolio overview and development trends
Chapter2 Set up your PHP development environment
2-1 Several operating environments of PHP
2-2 Install PHP operating environment
2-3 Introduction to PHP running environment
Chapter3 PHP basics
3-1 Introduction to PHP functions
3-2 The first PHP program
3-3 PHP language tag and command delimiter "semicolon"
3-4 PHP program comments and use of whitespace
3-5 How PHP variables are stored in computer memory
3-6 PHP variable declaration and variable naming
3-7 PHP mutable variables
3-8 PHP reference variable 1
3-9 PHP reference variable 2
3-10 Introduction to PHP variable types
3-11 PHP boolean type (boolean)
3-12 PHP integer (integer) and floating point (float or double)
3-13 Declaration and definition of PHP strings
3-14 The difference between single and double quotes in PHP strings
3-15 Delimiter declaration for PHP strings
3-16 practise
3-17 PHP data type conversion and forced type conversion
3-18 PHP data type conversion automatic type conversion
3-19 Introduction to PHP constants
3-20 Declaration and use of PHP constants
3-21 Predefined constants
3-22 What are the operation symbols in PHP?
3-23 PHP arithmetic operators
3-24 PHP self-increment (++) self-subtraction (--) operation 1
3-25 PHP self-add (++) self-subtract (--) operation 2
3-26 PHP assignment operator
3-27 PHP comparison operators
3-28 PHP logical operators
3-29 Features of PHP logical operators (short-circuiting)
3-30 Bitwise Operators in PHP 1
3-31 Bitwise operators in PHP 2
3-32 Bitwise Operators 3 in PHP
3-33 PHP other operators
3-34 PHP operator precedence and expressions
3-35 PHP process control overview
3-36 PHP branch structure
3-37 PHP single conditional branch structure and two-way conditional branch structure
3-38 PHP multi-directional conditional branch structure (elseif clause)
3-39 PHP multi-directional conditional branch (switch statement) 1
3-40 PHP multi-directional conditional branch (switch statement) 2
3-41 PHP nested branch structure
3-42 PHP example (simple calculator) 1
3-43 PHP example (simple calculator) 2
3-44 PHP example (simple calculator) 3
3-45 PHP example (simple calculator) 4
3-46 Introduction to PHP loop structure
3-47 PHP loop structure while statement
3-48 Application of PHP loop structure while
3-49 PHP loop structure do-while statement
3-50 PHP loop structure for statement
3-51 Application of PHP loop structure for statement
3-52 Special flow control statements
3-53 PHP flow control statement goto
3-54 Definition and application of PHP functions
3-55 Syntax format of PHP custom function
3-56 Parameters in PHP custom functions
3-57 Return value (return) in PHP custom function
3-58 PHP local variables
3-59 PHP global variables
3-60 PHP static variables
3-61 PHP regular parameter functions
3-62 PHP reference parameter function
3-63 PHP default parameters function
3-64 PHP function with variable number of parameters
3-65 PHP variable function
3-66 PHP callback function
3-67 PHP making callback function 1
3-68 PHP making callback function 2
3-69 PHP making callback function 3
3-70 PHP system functions
3-71 PHP recursive function
3-72 PHP loads custom function library
3-73 New features of PHP5.3 anonymous functions
3-74 The concept of PHP closure function (closure)
3-75 Characteristics of PHP closure function (closure)
3-76 Overview of PHP arrays
3-77 Basic concepts and classification of PHP arrays
3-78 Features of PHP array declarations
3-79 PHP indexes and associative arrays and details to pay attention to
3-80 PHP uses array() to declare arrays
3-81 PHP application example of deleting values in an array (monkey chooses the king)
3-82 PHP two-dimensional array
3-83 PHP multidimensional array
3-84 Iterate through an array using a for loop
3-85 Iterate over an array using foreach statement
3-86 Application of traversing array using foreach statement
3-87 Syntax structure of list() function
3-88 Characteristics of each() function
3-89 Traverse arrays using list(), each(), and while loops
3-90 Traverse an array using the array's internal pointer control function
3-91 Overview of PHP superglobal arrays (predefined variables)
3-92 Server variable $_SERVER and environment variable $_ENV
3-93 Introduction to PHP superglobal array 1
3-94 Introduction to PHP superglobal array 2
3-95 Classification of commonly used array functions in PHP
3-96 Functions related to key-value search in PHP array 1
3-97 Functions related to key-value search in PHP array 2
3-98 Functions related to key-value search in PHP array 3
3-99 Function to count the number and uniqueness of array elements in PHP array
3-100 PHP uses callback function to process array function array_filter()
3-101 PHP uses callback function to process array function array_walk()
3-102 PHP uses callback function to process array function array_map()
3-103 Bubble (bubble) sort algorithm in PHP
3-104 The principle of PHP binary method for quick sorting
3-105 Use PHP program to further understand quick sort method
3-106 PHP array sorting function 1
3-107 PHP array sorting function 2
3-108 PHP array sorting function 3
3-109 PHP multidimensional array sorting function
3-110 PHP split, merge, decompose and combine array functions 1
3-111 PHP split, merge, decompose and combine array functions 2
3-112 PHP array and data structure functions
3-113 Other useful array processing functions in PHP
3-114 Detailed explanation of PHP object-oriented process
3-115 Detailed explanation of object-oriented programming ideas in PHP object-oriented
3-116 Important advantages and case analysis of PHP object-oriented
3-117 Relationship between PHP classes and objects
3-118 How to abstract a class in PHP
3-119 Member properties and member methods in PHP classes
3-120 PHP instantiated object
3-121 PHP drawing understands the form of objects in memory
3-122 Special object reference "$this"
3-123 PHP constructor
3-124 PHP destructor method
3-125 Review previous object-oriented knowledge
3-126 PHP object-oriented encapsulation 1
3-127 PHP object-oriented encapsulation 2
3-128 PHP object-oriented encapsulation magic method 1
3-129 PHP object-oriented encapsulation magic method 2
3-130 Inheritance of PHP classes
3-131 Access type control for PHP classes
3-132 Overloading (overriding) in PHP inheritance
3-133 PHP common keywords
3-134 Use of static keyword 1
3-135 Use of static keyword 2
3-136 Monomorphic (single case, singleton) design pattern
3-137 const keyword
3-138 Magic method__toString()
3-139 Magic method __clone()
3-140 Magic method __call()
3-141 Object serialization (serialization) 1
3-142 Object serialization (serialization) 2
3-143 Serialization of PHP arrays (JSON format)
3-144 Magic method __set_state()
3-145 New magic methods added after 5.3
3-146 Automatic loading class__autoload()
3-147 PHP abstract methods and abstract classes 1
3-148 PHP abstract methods and abstract classes 2
3-149 PHP object-oriented interface technology
3-150 Some details of PHP interface application
3-151 Attribute polymorphism of PHP object-oriented objects
3-152 Application examples of PHP polymorphism
3-153 PHP graphing calculator requirements analysis
3-154 PHP graphing calculator function design
3-155 Implementation of the main program of PHP graphing calculator
3-156 Steps and code of the main program of PHP graphing calculator
3-157 PHP graphing calculator main program completes verification
3-158 Class-related magic constants and functions
3-159 Overview of PHP namespaces
3-160 PHP defines subnamespace
3-161 PHP defines multiple namespaces in the same file
3-162 PHP namespaces and dynamic language features
3-163 PHP uses namespaces: alias import
3-164 String processing method 1
3-165 String processing method 2
3-166 Commonly used string output functions 1
3-167 Commonly used string output functions 2
3-168 Remove spaces, string padding and case conversion functions
3-169 String formatting functions related to HTML tags
3-170 String formatting function
3-171 String comparison function
3-172 String interview questions 1
3-173 String interview question 2
3-174 String interview question 3
Chapter4 PHP regular expression
4-1 Select PHP regular expression processing function library
4-2 Introduction to regular expression syntax 1
4-3 Introduction to regular expression syntax 2
4-4 Atom 1 in regular expressions
4-5 Atom 2 in regular expressions
4-6 Metacharacters in regular expressions 1
4-7 Metacharacters in regular expressions 2
4-8 Parentheses in metacharacters in regular expressions
4-9 Pattern modifier (single character) 1
4-10 Pattern modifier (single character) 2
4-11 How to write your own regular expression (url)
4-12 Write email regular expression
4-13 Matching and searching of strings (strstr, strpos, substr)
4-14 String matching and search (preg_match)
4-15 String matching and search (preg_match_all and preg_grep)
4-16 String splitting and joining (explode, implode join, preg_split)
4-17 String replacement (str_replace)
4-18 String replacement (preg_replace)1
4-19 String replacement (preg_replace)2
4-20 Other regular functions in strings
4-21 String comparison function
Chapter5 PHP basic knowledge expansion
5-1 Error reporting and setting levels
5-2 Customize PHP error reporting handling
5-3 Set up error log
5-4 PHP exception handling 1
5-5 PHP exception handling 2
5-6 Custom exception class
5-7 Catching multiple exceptions
5-8 Applying date and time in PHP1
5-9 Apply date and time in PHP 2
5-10 PHP calendar core program writing
5-11 File system overview
5-12 File properties
5-13 Parse directory path
5-14 Traverse directory
5-15 Count the number and size of items in the directory
5-16 Create and delete directories
5-17 Copy and move directories
5-18 Some basic operation functions of files
5-19 Opening and closing files
5-20 File content operations
5-21 Simple message board
5-22 File locking mechanism
5-23 File upload settings
5-24 File upload processing
5-25 Handle multiple file uploads
5-26 File upload class
5-27 Download Document
5-28 Use of GD library in PHP
5-29 Drawing using GD library
5-30 Drawing using GD library
5-31 Draw a clock
5-32 Design verification code class
5-33 Writing verification code class 1
5-34 Writing verification code class 2
5-35 Complete verification code category
5-36 Picture background management
5-37 Image scaling and cropping
5-38 Add image watermark
5-39 Image rotation and flipping
5-40 Image processing class
5-41 Review database
5-42 Use of phpMyAdmin
5-43 php access MySQL
5-44 Operating MySQL database in PHP script 1
5-45 Operating MySQL database in PHP script 2
5-46 Operating MySQL database in PHP script 3
5-47 Manipulate MySQL database in PHP script 4
5-48 Pagination requirement analysis
5-49 Writing paging in paging class
5-50 Writing list pages in paging class
5-51 Optimization of pagination class
5-52 "Explanation of PHP" The use of paging class
5-53 Library management needs analysis
5-54 add book
5-55 Book list
5-56 Modify book
5-57 Delete book
5-58 Upload book cover
5-59 Modify book cover
5-60 Book list pagination
5-61 Multiple searches plus paging
5-62 Database abstraction layer PDO
5-63 Create PDO object
5-64 PDO connection-related options
5-65 PDO error handling mode
5-66 Execute SQL statements using PDO
5-67 PDO transaction processing
5-68 PDO support for prepared statements
5-69 Using PDO to prepare statements and execute statements 1
5-70 Prepare statement using PDO and execute statement 2
5-71 PDO preprocessing query 1
5-72 PDO preprocessing query 2
5-73 Using PDO to access big data objects
5-74 memcache application instructions
5-75 How memcache works
5-76 memcache installation
5-77 Common command operations of Memcache
5-78 PHP memcache function extension module installation
5-79 Operating memcache in PHP
5-80 Set up distributed memcache access in PHP 1
5-81 Set up distributed memcache access in PHP 2
5-82 http protocol and the essence of the web 1
5-83 http protocol and the essence of the web 2
5-84 http protocol and the essence of the web 3
5-85 Session control overview
5-86 Session Control Cookie Overview
5-87 Cookie operations
5-88 Cookie application 1
5-89 Cookie application 2
5-90 How session control session works
5-91 Application of session
5-92 session configuration options
5-93 sessoion automatic garbage collection mechanism
5-94 Pass session id based on url
5-95 Mail system example 1
5-96 Mail system example 2
5-97 Custom session storage mechanism
5-98 How to customize session processing 1
5-99 How to customize session processing 2
5-100 Custom session class
5-101 Use database to store session information 1
5-102 Use database to store session information 2
5-103 Use database to store session information 3
5-104 Use memcache to store sessions
5-105 What is a template engine
5-106 Custom template engine class 1
5-107 Custom template engine class 2
5-108 Use a custom template engine
5-109 Choose Smarty template engine
5-110 Smarty installation and initialization example 1
5-111 Smarty installation and initialization example 2
5-112 What do you need to learn about Smarty?
5-113 Variable application in templates
5-114 Read variables from configuration file
5-115 Use reserved variables in templates
5-116 Variable adjuster (modifier)
5-117 Variable adjusters and applications
5-118 Use registerPlugin to register variable regulators
5-119 Use plugins to register variable regulators
5-120 Functions in smarty
5-121 Built-in functions in smarty
5-122 Custom functions in smarty
5-123 Example of custom function plug-in in smarty
5-124 Use of built-in functions in smarty
5-125 smarty variable declaration
5-126 smarty process control
5-127 for, while loop in smarty
5-128 {function} tag in smarty
5-129 foreach in smarty2
5-130 foreach in smarty3
5-131 section in smarty
5-132 smarty template inheritance
5-133 Static page plus pagination
5-134 Control caching in smarty
Previous section
Next Section
Tutorial List
get help
Course Recommendations
Courseware download
Elementary
Imperial CMS enterprise imitation website tutorial
3048 people are watching
Elementary
Newbies with zero foundation in WordPress build personal blogs and corporate websites
6743 people are watching
Elementary
Ultimate CMS zero-based website building instruction video
2724 people are watching
Elementary
Front-end project-Shangyou [HTML/CSS/JS technology comprehensive practice]
3117 people are watching
Intermediate
Vue3.0 from 0 to build a universal backend management system project practice
5351 people are watching
Elementary
Zero-based front-end course [Vue advanced learning and practical application]
2821 people are watching
Elementary
WEB front-end tutorial [HTML5+CSS3+JS]
3506 people are watching
Elementary
Quick introduction to apipost
2161 people are watching
Intermediate
Vue3+TypeScript practical tutorial-enterprise-level project practice
3208 people are watching
Elementary
Let's briefly talk about starting a business in PHP
17423 people are watching
Intermediate
VUE e-commerce project (front-end & back-end dual project actual combat)
3828 people are watching
Elementary
Apipost practical application [api, interface, automated testing, mock]
2265 people are watching
Students who have watched this course are also learning
492122 plays
Let's briefly talk about starting a business in PHP
Quick introduction to web front-end development
Large-scale practical Tianlongbabu development of Mini version MVC framework imitating the encyclopedia website of embarrassing things
Getting Started with PHP Practical Development: PHP Quick Creation [Small Business Forum]
Login verification and classic message board
Computer network knowledge collection
Quick Start Node.JS Full Version
The front-end course that understands you best: HTML5/CSS3/ES6/NPM/Vue/...[Original]
Write your own PHP MVC framework (40 chapters in depth/big details/must read for newbies to advance)
notes
X
About us
Disclaimer
Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!