PHP函数 第17页
PHP函数
zip_entry_read-蚂蚁资源网

zip_entry_read

PHP zip_entry_read() 函数定义和用法zip_entry_read() 函数从打开的 zip 档案项目中获取内容。如果成功,则返回项目的内容。如果失败,则返回 false。语法zip_entry_read(zip_entry,length)...
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方2个月前
03911
vprintf-蚂蚁资源网

vprintf

PHP vprintf() 函数定义和用法vprintf() 函数输出格式化的字符串。与 printf() 不同,vprintf() 中的 arg 参数位于数组中。数组的元素会被插入主字符串的百分比 (%) 符号处。该函数是逐步...
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方2个月前
04213
strcoll-蚂蚁资源网

strcoll

PHP strcoll() 函数定义和用法strcoll() 函数比较两个字符串。该函数返回:0 - 如果两个字符串相等>0 - 如果 string1 大于 string2字符串的比较会根据本地设置而变化。(Aa)。语法strcoll(st...
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方2个月前
04514
md5-蚂蚁资源网

md5

PHP md5() 函数定义和用法:md5() 函数计算字符串的 MD5 散列。md5() 函数使用 RSA 数据安全,包括 MD5 报文摘译算法。如果成功,则返回所计算的 MD5 散列,如果失败,则返回 false。语法md5(str...
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方2个月前
05511
registerXPathNamespace-蚂蚁资源网

registerXPathNamespace

PHP registerXPathNamespace() 函数定义和用法registerXPathNamespace() 函数为下一次 XPath 查询创建命名空间语境。语法class SimpleXMLElement { string registerXPathNamespace(prefix,n...
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方6个月前
0538
mysql_field_seek-蚂蚁资源网

mysql_field_seek

PHP mysql_field_seek() 函数定义和用法mysql_field_seek() 函数将结果集中的指针设定为指定的字段偏移量。如果成功,则返回 true,如果失败,则返回 false。语法mysql_field_seek(data,field...
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方6个月前
05210
mt_getrandmax-蚂蚁资源网

mt_getrandmax

PHP mt_getrandmax() 函数定义和用法mt_getrandmax() 显示随机数的最大可能值。语法mt_getrandmax()说明返回调用 mt_rand() 所能返回的最大的随机数。例子输出类似:3147483649
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方6个月前
0515
libxml_use_internal_errors-蚂蚁资源网

libxml_use_internal_errors

PHP libxml_use_internal_errors() 函数定义和用法libxml_use_internal_errors() 函数禁用标准的 libxml 错误,并启用用户错误处理。语法libxml_use_internal_errors(user_errors)参数描述use...
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方6个月前
03815
ftp_get_option-蚂蚁资源网

ftp_get_option

PHP ftp_get_option() 函数定义和用法ftp_get_option() 函数返回当前 FTP 连接的各种不同的选项设置。语法ftp_get_option(ftp_connection,option)参数描述ftp_connection必需。规定要使用的 FTP...
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方6个月前
04815
popen-蚂蚁资源网

popen

PHP popen() 函数定义和用法popen() 函数打开进程文件指针。语法popen(command,mode)参数描述command必需。规定要执行的命令。mode必需。规定连接模式。 可能的值:r: 只读。w: 只写 (打开并...
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方6个月前
05611