PHP函数 第3页
PHP函数
asXML-蚂蚁资源网

asXML

PHP asXML() 函数定义和用法asXML() 函数以字符串的形式从 SimpleXMLElement 对象返回 XML 文档。若失败,则返回 false。语法class SimpleXMLElement { string asXML(file) }参数描述file可...
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方2年前
011514
JDToFrench-蚂蚁资源网

JDToFrench

PHP JDToFrench() 函数定义和用法JDToFrench() 函数把儒略日计数转换为法国共和国历法。语法jdtofrench(jd)参数描述jd必需。数字(儒略日计数)。提示和注释:注释:该函数以 'month/day/year...
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方2年前
011514
mysql_field_name-蚂蚁资源网

mysql_field_name

PHP mysql_field_name() 函数定义和用法mysql_field_name() 函数取得结果中指定字段的字段名。如果成功,则返回字段的名称,如果失败,则返回 false。语法mysql_field_name(data,field_offset...
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方2年前
011315
array_rand-蚂蚁资源网

array_rand

PHP array_rand() 函数定义和用法array_rand() 函数从数组中随机选出一个或多个元素,并返回。第二个参数用来确定要选出几个元素。如果选出的元素不止一个,则返回包含随机键名的数组,否则返回...
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方2年前
011110
tanh-蚂蚁资源网

tanh

PHP tanh() 函数定义和用法tanh() 函数返回双曲正切。语法tanh(x)参数描述x必需。一个数。说明返回 x 的双曲正切值,定义为 sinh(arg)/cosh(arg)。例子在本例中,我们将返回不同的数的双曲...
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方2年前
01107
array_unique-蚂蚁资源网

array_unique

定义和用法1、array_unique() 函数移除数组中的重复的值,并返回结果数组。2、当几个数组元素的值相等时,只保留第一个元素,其他的元素被删除。3、返回的数组中键名不变。语法array_unique(arr...
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方2年前
01097
setrawcookie-蚂蚁资源网

setrawcookie

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

ucwords

PHP ucwords() 函数定义和用法ucwords() 函数把字符串中每个单词的首字符转换为大写。语法ucwords(string)参数描述string必需。规定要转换的字符串。例子输出:Hello World
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方1年前
010610
strptime-蚂蚁资源网

strptime

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

ftp_rawlist

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