PHP函数共506篇
PHP函数
strip_whitespace-蚂蚁资源网

strip_whitespace

PHP strip_whitespace() 函数定义和用法strip_whitespace() 函数返回已删除 PHP 注释以及空白字符的源代码文件。该函数对于检测脚本中的实际代码量很有用。语法strip_whitespace(filename)参数...
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方4个月前
0479
xml_parser_set_option-蚂蚁资源网

xml_parser_set_option

PHP xml_parser_set_option() 函数定义和用法xml_parser_set_option() 函数为 XML 解析器进行选项设置。如果成功,则返回 true。如果失败,则返回 false。语法xml_parser_set_option(parser,o...
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方4个月前
0445
strripos-蚂蚁资源网

strripos

PHP strripos() 函数定义和用法strripos() 函数查找字符串在另一个字符串中最后一次出现的位置。如果成功,则返回位置,否则返回 false。语法strrpos(string,find,start)参数描述string必需。...
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方4个月前
03314
sha1_file-蚂蚁资源网

sha1_file

PHP sha1_file() 函数定义和用法sha1_file() 函数计算文件的 SHA-1 散列。sha1() 函数使用美国 Secure Hash 算法 1。如果成功,则返回所计算的 SHA-1 散列,如果失败,则返回 false。语法sha1...
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方4个月前
04415
crypt-蚂蚁资源网

crypt

PHP crypt() 函数定义和用法crypt() 函数返回使用 DES、Blowfish 或 MD5 加密的字符串。在不同的操作系统上,本函数的行为不同,某些操作系统支持一种以上的算法类型。在安装时,PHP 会检查什...
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方4个月前
0559
mysql_query-蚂蚁资源网

mysql_query

PHP mysql_query() 函数定义和用法mysql_query() 函数执行一条 MySQL 查询。语法mysql_query(query,connection)参数描述query必需。规定要发送的 SQL 查询。注释:查询字符串不应以分号结束。...
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方8个月前
03314
mysql_client_encoding-蚂蚁资源网

mysql_client_encoding

PHP mysql_client_encoding() 函数定义和用法mysql_client_encoding() 函数返回当前连接的字符集的名称。语法mysql_client_encoding(link_identifier)参数描述link_identifier必需。MySQL 的...
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方8个月前
03510
deg2rad-蚂蚁资源网

deg2rad

PHP deg2rad() 函数定义和用法deg2rad() 函数将角度转换为弧度。语法deg2rad(degree_number)参数描述degree_number必需。规定要转换的角度。说明本函数把 degree_number 从角度转换成弧度。...
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方8个月前
0446
ftp_rawlist-蚂蚁资源网

ftp_rawlist

PHP ftp_rawlist() 函数定义和用法ftp_rawlist() 函数返回指定目录中文件的详细列表。语法ftp_rawlist(ftp_connection,dir,recursive)参数描述ftp_connection必需。规定要使用的 FTP 连接(FTP ...
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方8个月前
0947
filter_id-蚂蚁资源网

filter_id

PHP filter_id() 函数定义和用法filter_id() 函数返回指定过滤器的 ID 号。若成功,则返回过滤器的 ID 号。如果该过滤器不存在,则返回 NULL。语法filter_id(filter_name)参数描述type必需。...
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方8个月前
03713