PHP函数 第4页
PHP函数
is_finite-蚂蚁资源网

is_finite

PHP is_finite() 函数定义和用法is_finite() 函数判断是否为有限值。语法is_finite(x)参数描述x必需。规定要检查的值。说明如果 x 是本机平台上 PHP 浮点数所允许范围中的一个合法的有限值...
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方6个月前
03915
disk_total_space-蚂蚁资源网

disk_total_space

PHP disk_total_space() 函数定义和用法disk_total_space() 函数返回指定目录的磁盘总大小。语法disk_total_space(directory)参数描述directory必需。规定要检查的目录。说明directory 参数...
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方6个月前
02615
ftp_get-蚂蚁资源网

ftp_get

PHP ftp_get() 函数定义和用法ftp_get() 函数从 FTP 服务器上下载一个文件。若成功则返回 true,失败则返回 false。语法ftp_get(ftp_connection,local,remote,mode,resume)参数描述ftp_connec...
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方6个月前
04615
filetype-蚂蚁资源网

filetype

PHP filetype() 函数定义和用法filetype() 函数返回指定文件或目录的类型。若成功,则返回 7 种可能的值。若失败,则返回 false。可能的值:fifochardirblocklinkfileunknown语法filetype(fil...
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方6个月前
05315
restore_error_handler-蚂蚁资源网

restore_error_handler

PHP restore_error_handler() 函数定义和用法restore_error_handler() 函数恢复之前的错误处理程序,该程序是由 set_error_handler() 函数改变的。该函数永远返回 true。语法restore_error_ha...
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方6个月前
04615
strtoupper-蚂蚁资源网

strtoupper

PHP strtoupper() 函数定义和用法strtoupper() 函数把字符串转换为大写。语法strtoupper(string)参数描述string必需。规定要转换的字符串。例子输出:HELLO WORLD!
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方2个月前
03815
mysql_error-蚂蚁资源网

mysql_error

PHP mysql_error() 函数定义和用法mysql_error() 函数返回上一个 MySQL 操作产生的文本错误信息。本函数返回上一个 MySQL 函数的错误文本,如果没有出错则返回 (空字符串)。语法mysql_error...
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方6个月前
05415
ftp_alloc-蚂蚁资源网

ftp_alloc

PHP ftp_alloc() 函数定义和用法ftp_alloc() 函数为要上传到 FTP 服务器的文件分配空间。若成功,则返回 true。否则返回 false。语法ftp_alloc(ftp_connection,size,return)参数描述ftp_conne...
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方6个月前
04415
get_browser-蚂蚁资源网

get_browser

PHP get_browser() 函数定义和用法get_browser() 函数返回用户浏览器的性能。该函数通过查阅用户的 browscap.ini 文件,来测定用户浏览器的性能。若成功,则该函数返回包含用户浏览器信息的一...
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方2个月前
04815
mysql_list_processes-蚂蚁资源网

mysql_list_processes

PHP mysql_list_processes() 函数定义和用法mysql_list_processes() 函数列出 MySQL 进程。若成功,则 mysql_list_processes() 返回一个结果指针,说明了当前服务器的线程。如果失败,则返回 ...
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方6个月前
04615