PHP函数 第2页
PHP函数
html_entity_decode-蚂蚁资源网

html_entity_decode

PHP html_entity_decode() 函数定义和用法html_entity_decode() 函数把 HTML 实体转换为字符。html_entity_decode() 是 htmlentities() 的反函数。语法html_entity_decode(string,quotestyl...
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方4个月前
05315
__construct-蚂蚁资源网

__construct

PHP __construct() 函数定义和用法__construct() 函数创建一个新的 SimpleXMLElement 对象。如果成功,则该函数返回一个对象。如果失败,则返回 false。语法__construct(data,options,is_url,...
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方8个月前
02915
is_finite-蚂蚁资源网

is_finite

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

disk_total_space

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

ftp_get

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

filetype

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

restore_error_handler

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

strtoupper

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

mysql_error

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

ftp_alloc

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