PHP函数 第6页
PHP函数
uniqid-蚂蚁资源网

uniqid

PHP uniqid() 函数定义和用法uniqid() 函数基于以微秒计的当前时间,生成一个唯一的 ID。语法uniqid(prefix,more_entropy)参数描述prefix可选。为 ID 规定前缀。如果两个脚本在相同的微妙生成...
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方7个月前
06015
xml_set_notation_decl_handler-蚂蚁资源网

xml_set_notation_decl_handler

PHP xml_set_notation_decl_handler() 函数定义和用法xml_set_notation_decl_handler() 函数规定当解析器在 XML 文档中找到符号声明时被调用的函数。如果处理器被成功的建立,该函数将返回 tr...
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方7个月前
0358
strtolower-蚂蚁资源网

strtolower

PHP strtolower() 函数定义和用法strtolower() 函数把字符串转换为小写。语法strtolower(string)参数描述string必需。规定要转换的字符串。例子输出:hello world!
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方7个月前
02813
str_ireplace-蚂蚁资源网

str_ireplace

PHP str_ireplace() 函数定义和用法str_ireplace() 函数使用一个字符串替换字符串中的另一些字符。语法str_ireplace(find,replace,string,count)参数描述find必需。规定要查找的值。replace必...
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方7个月前
07915
hebrev-蚂蚁资源网

hebrev

PHP hebrev() 函数定义和用法hebrev() 函数把希伯来文本从右至左的流转换为左至右的流。只有 224 至 251 之间的 ASCII 字符,以及标点符号受到影响。语法hebrev(string,maxcharline)参数描述s...
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方7个月前
03114
mysql_thread_id-蚂蚁资源网

mysql_thread_id

PHP mysql_thread_id() 函数定义和用法mysql_thread_id() 函数返回当前线程的 ID。如果成功,则该函数线程的 ID。如果失败,则返回 false。语法mysql_thread_id(connection)参数描述connectio...
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方11个月前
0326
mysql_errno-蚂蚁资源网

mysql_errno

PHP mysql_errno() 函数定义和用法mysql_errno() 函数返回上一个 MySQL 操作中的错误信息的数字编码。返回上一个 MySQL 函数的错误号码,如果没有出错则返回 0(零)。语法mysql_errno(connec...
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方11个月前
04115
hexdec-蚂蚁资源网

hexdec

PHP hexdec() 函数定义和用法hexdec() 函数把十六进制转换为十进制。语法hexdec(hex_string)参数描述hex_string必需。规定要转换的十六进制数。说明返回与 hex_string 参数所表示的十六进制...
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方11个月前
0517
ftp_size-蚂蚁资源网

ftp_size

PHP ftp_size() 函数定义和用法ftp_size() 函数返回指定文件的大小。语法ftp_size(ftp_connection,remote_file)参数描述ftp_connection必需。规定要使用的 FTP 连接(FTP 连接的标识符)。rem...
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方11个月前
0587
filter_var-蚂蚁资源网

filter_var

PHP filter_var() 函数定义和用法filter_var() 函数通过指定的过滤器过滤变量。如果成功,则返回已过滤的数据,如果失败,则返回 false。语法filter_var(variable, filter, options)参数描...
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方11个月前
03715