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

zip_entry_compressionmethod

PHP zip_entry_compressionmethod() 函数定义和用法zip_entry_compressionmethod() 函数返回 zip 档案项目的压缩方法。语法zip_entry_compressionmethod(zip_entry)参数描述zip_entry必需。规...
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方1个月前
07412
setrawcookie-蚂蚁资源网

setrawcookie

PHP setrawcookie() 函数定义和用法setrawcookie() 函数不对 cookie 值进行 URL 编码,发送一个 HTTP cookie。cookie 是由服务器发送到浏览器的变量。cookie 通常是服务器嵌入到用户计算机中...
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方5个月前
04812
xml_set_character_data_handler-蚂蚁资源网

xml_set_character_data_handler

PHP xml_set_character_data_handler() 函数定义和用法xml_set_character_data_handler() 函数建立字符数据处理器。该函数规定当解析器在 XML 文件中找到字符数据时所调用的函数。如果处理器...
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方1个月前
02812
exp-蚂蚁资源网

exp

PHP exp() 函数定义和用法exp() 函数计算 e 的指数。语法exp(x)参数描述x必需。一个数。说明返回 e 的 x 次方值。。提示和注释提示:用 e 作为自然对数的底 2.718282。例子在本例中,我们将对...
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方5个月前
05412
fflush-蚂蚁资源网

fflush

PHP fflush() 函数定义和用法fflush() 函数将缓冲内容输出到文件。语法fflush(file)参数描述file必需。规定要检查的文件流。说明本函数强制将所有缓冲的输出写入 file 文件句柄所指向的资源。...
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方5个月前
04012
strptime-蚂蚁资源网

strptime

PHP strptime() 函数定义和用法strptime() 函数解析由 strftime() 生成的日期/时间。语法strptime(date,format)参数描述date要解析的字符串(例如从 strftime() 返回的)。formatdate 所使...
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方5个月前
07012
mysql_get_host_info-蚂蚁资源网

mysql_get_host_info

PHP mysql_get_host_info() 函数定义和用法mysql_get_host_info() 函数返回 MySQL 主机的信息。如果成功,则返回当前正在使用的 MySQL 连接的类型,如果失败,则返回 false。语法mysql_get_ho...
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方5个月前
04512
substr_count-蚂蚁资源网

substr_count

PHP substr_count() 函数定义和用法substr_count() 函数计算子串在字符串中出现的次数。语法substr_count(string,substring,start,length)参数描述string必需。规定要检查的字符串。replaceme...
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方1个月前
05112
ftp_chmod-蚂蚁资源网

ftp_chmod

PHP ftp_chmod() 函数定义和用法ftp_chmod() 函数设置 FTP 服务器上指定文件的权限。若成功,则该函数返回新的权限。否则返回 false。语法ftp_chmod(ftp_connection,mode,file)参数描述ftp_co...
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方5个月前
08712
money_format-蚂蚁资源网

money_format

PHP money_format() 函数定义和用法money_format() 函数把字符串格式化为货币字符串。语法money_format(string,number)参数描述string必需。规定要格式化的字符串。number可选。被插入格式化...
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方1个月前
04212