Community
Articles
Topics
Q&A
Learn
Course
Programming Dictionary
Tools Library
Development tools
Website Source Code
PHP Libraries
JS special effects
Website Materials
Extension plug-ins
Leisure
Game Download
Game Tutorials
Log in
English
简体中文
zh-cn
English
en
繁体中文
zh-tw
日本語
ja
한국어
ko
Melayu
ms
Français
fr
Deutsch
de
首页
>
课程
>
PHP Fun Breakthrough Class
>
Training in this section
Training in this section
目录列表
PHP Fun Breakthrough Class
History of PHP
History of PHP (opti...
PHP basic syntax
Introduction to PHP
Variables in PHP
echo
Comments in PHP
PHP data types
Introduction to PHP ...
PHP data type Boolea...
PHP data type intege...
PHP data type string
PHP data type floati...
PHP data type NULL
PHP data type array
PHP data type resour...
Chapter summary exer...
PHP constants and variables
constant
mutable variable
global variables
variable reference
PHP operations
Arithmetic operation...
Assignment operation
self-increasing, sel...
comparison operation
logic operation
PHP process control
if conditional struc...
if..else..statement
if..elseif..else..st...
switch statement
while statement
do...while loop stat...
for loop
exit、break、continue、...
PHP functions
Function basic synta...
Introduction to cust...
Custom function call...
Anonymous function o...
Internal functions o...
Variable scope of cu...
Reference to paramet...
Recursive function o...
Static variables of ...
System function
PHP arrays and data structures
Array definition
Operate array
for loop iterates th...
foreach traverses as...
The list and each fu...
PHP operation file
File system introduc...
fopen, fread, fclose...
fwrite cooperates wi...
PHP file upload
File upload introduc...
File upload configur...
File upload steps
Notes on file upload...
Training in this sec...
Final exercise
basic grammar
type of data
constants and variab...
Operation
process control
function
Arrays and data stru...
Operation files
表单提交了一张图片过来使用哪个来接收数据呢?
$_POST
$_FILES
$_GET
tmp_name的意思是?
上传文件的文件名
上传文件的类型
上传文件的临时存放路径
上传文件的大小
1
/2
继续
正确
错误