PHP文件属性
文件系统常用的函数 file_exists() 判断文件或目录是否存在; var_dump(file_exists('./4.php)')); var_dump(file_exists('./3.php')); var_dump(file_...
文件系统常用的函数 file_exists() 判断文件或目录是否存在; var_dump(file_exists('./4.php)')); var_dump(file_exists('./3.php')); var_dump(file_...
使用到的函数 pow(10, 4)==>10的4次方 round($size,2)四舍五入(变量,位数) 案例 <?php header("content-type:text/html;chsrset=urf-8"); date...