After following, you can keep track of his dynamic information in a timely manner
Courses in the relevant section:Learning php annotations
单行备注 // 多行备注/* */
2018-07-120个赞
Courses in the relevant section:PHP data type Boolean (actually it is the Chinese Book of Changes)
布尔类型就是:真和假。 在英文把真和假翻译过来就是: true(真) false(假) 因此,我们在PHP代码里面可以这样声明。 <?php //声明一个变量(拼音)为布尔 $buer = true; //导明一个变量(英文) $bool = false; ?>
2018-07-120个赞
Courses in the relevant section:PHP constants and variables external variables
全局变量名 功能说明 $_COOKIE 得到会话控制中cookie传值 $_SESSION 得到会话控制中session的值 $_FILES 得到文件上传的结果 $_GET 得到get传值的结果 $_POST 得到post传值的结果 $_REQUEST 即能得到get的传值结果,也能得到Post传值的结果 请再记一句话:以上这些变量全是超全局的。(以后讲解超全局的含义)。
2018-07-120个赞
Courses in the relevant section:Common functions and constants in php files
mark
2018-08-020个赞
Courses in the relevant section:php file permission settings
文件权限设置的函数在系统管理级别的软件中很常用。例如:某个文件不准许guest组(来宾用户)查看呀。
2018-08-020个赞
Courses in the relevant section:When uploading files, you need to pay attention to the php.ini file.
mark
2018-08-030个赞
Courses in the relevant section:Steps to upload php files
mark
2018-08-030个赞
Courses in the relevant section:php completes file upload according to array and steps
mark
2018-08-030个赞
Courses in the relevant section:PHP file upload progress processing
我的php.ini中session.upload_progress.enabled session.upload_progress.cleanup等都没开启
2018-08-030个赞
Courses in the relevant section:PHP data type floating point
var_dump 是打印的意思
2018-07-230个赞
Courses in the relevant section:PHP data type NULL type
empty
2018-07-230个赞
Courses in the relevant section:PHP file upload progress processing
没有详细讲解文件上传进度 看有没有现成的源码
2018-08-030个赞
Courses in the relevant section:Introduction to Msql
mysql增 删 改查
2018-08-030个赞
Courses in the relevant section:Pan and zoom
蒙版 黑色 删除 灰色 半透明 白色 显示图片
2019-03-270个赞
Courses in the relevant section:String: Flexible little fairy
m
2018-07-220个赞