PHP函数 第14页
PHP函数
join-蚂蚁资源网

join

PHP join() 函数定义和用法join() 函数把数组元素组合为一个字符串。join() 函数是 implode() 函数的别名。语法join(separator,array)参数描述separator可选。规定数组元素之间放置的内容。...
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方2个月前
0515
localeconv-蚂蚁资源网

localeconv

PHP localeconv() 函数定义和用法localeconv() 函数返回包含本地数字及货币信息格式的数组。localeconv() 函数返回以下数组元素:[decimal_point] - 小数点字符[thousands_sep] - 千位分隔符[...
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方2个月前
03810
implode-蚂蚁资源网

implode

PHP implode() 函数定义和用法implode() 函数把数组元素组合为一个字符串。语法implode(separator,array)参数描述separator可选。规定数组元素之间放置的内容。默认是 ''(空字符串)。array...
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方2个月前
0547
htmlspecialchars-蚂蚁资源网

htmlspecialchars

PHP htmlspecialchars() 函数定义和用法htmlspecialchars() 函数把一些预定义的字符转换为 HTML 实体。预定义的字符是:& (和号) 成为 &' (双引号) 成为 '(单引号) 成为 '> (大于) 成...
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方2个月前
02810
htmlspecialchars_decode-蚂蚁资源网

htmlspecialchars_decode

PHP htmlspecialchars_decode() 函数定义和用法htmlspecialchars_decode() 函数把一些预定义的 HTML 实体转换为字符。会被解码的 HTML 实体是:& 成为 & (和号)' 成为 ' (双引号)' 成为 ...
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方2个月前
05111
htmlentities-蚂蚁资源网

htmlentities

PHP htmlentities() 函数定义和用法htmlentities() 函数把字符转换为 HTML 实体。语法htmlentities(string,quotestyle,character-set)参数描述string必需。规定要转换的字符串。quotestyle可...
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方2个月前
0339
html_entity_decode-蚂蚁资源网

html_entity_decode

PHP html_entity_decode() 函数定义和用法html_entity_decode() 函数把 HTML 实体转换为字符。html_entity_decode() 是 htmlentities() 的反函数。语法html_entity_decode(string,quotestyl...
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方2个月前
05315
hebrevc-蚂蚁资源网

hebrevc

PHP hebrevc() 函数定义和用法hebrevc() 函数把希伯来文本从右至左的流转换为左至右的流。它也会把新行 (n) 转换为 。只有 224 至 251 之间的 ASCII 字符,以及标点符号受到影响。语法hebrev(...
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方2个月前
04111
hebrev-蚂蚁资源网

hebrev

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

get_html_translation_table

PHP get_html_translation_table() 函数定义和用法get_html_translation_table() 函数返回被 htmlentities() 和 htmlspecialchars() 函数使用的翻译表。语法get_html_translation_table(f...
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方2个月前
0516