PHP字符串函数convert_uuencode()的用法 PHP

convert_uuencode (PHP 5) convert_uuencode — 使用 uuencode 编码一个字符串 说明 string convert_uuencode ( string $data ) convert_uuencode() 使用 uuencode 算法对
标签: php php教程

发布于  2024-3-1 20:26

PHP字符串函数count_chars()的用法 PHP

count_chars (PHP 4, PHP 5) count_chars — 返回字符串所用字符的信息 说明 mixed count_chars ( string $string [, int $mode = 0 ] ) 统...
标签: php php教程

发布于  2024-3-1 20:26

PHP字符串函数echo()的用法 PHP

echo (PHP 4, PHP 5) echo — 输出一个或多个字符串 说明 void echo ( string $arg1 [, string $... ] ) 输出所有参数。 echo 不是一个函数(它是
标签: php php教程

发布于  2024-3-1 20:26

PHP字符串函数crypt()的用法 PHP

crypt (PHP 4, PHP 5) crypt — 单向字符串散列 说明 string crypt ( string $str [, string $salt ] ) crypt() 返回一个基于标准 UNIX DES 算...
标签: php php教程

发布于  2024-3-1 20:26

PHP字符串函数fprintf()的用法 PHP

fprintf (PHP 5) fprintf — 将格式化后的字符串写入到流 说明 int fprintf ( resource $handle , string $format [, mixed $args [, mixed...
标签: php php教程

发布于  2024-3-1 20:26

PHP字符串函数crc32()的用法 PHP

crc32 (PHP 4 = 4.0.1, PHP 5) crc32 — 计算一个字符串的 crc32 多项式 说明 int crc32 ( string $str ) 生成 str 的 32 位循环冗余校验码多项式。这通常用...
标签: php php教程

发布于  2024-3-1 20:26

PHP字符串函数explode()的用法 PHP

explode (PHP 4, PHP 5) explode — 使用一个字符串分割另一个字符串 说明 array explode ( string $delimiter , string $string [, int $lim...
标签: php php教程

发布于  2024-3-1 20:26

PHP字符串函数get_html_translation_table()的用法 PHP

get_html_translation_table (PHP 4, PHP 5) get_html_translation_table — 返回使用 htmlspecialchars() 和 htmlentities() 后的转换表 说明 array get_html_translation_table ([ in
标签: php php教程

发布于  2024-3-1 20:26

PHP字符串函数hebrev()的用法 PHP

hebrev (PHP 4, PHP 5) hebrev — 将逻辑顺序希伯来文(logical-Hebrew)转换为视觉顺序希伯来文(visual-Hebrew) 说明 string hebrev ( string $hebrew_text [, int
标签: php php教程

发布于  2024-3-1 20:25

PHP字符串函数hebrevc()的用法 PHP

hebrevc (PHP 4, PHP 5) hebrevc — 将逻辑顺序希伯来文(logical-Hebrew)转换为视觉顺序希伯来文(visual-Hebrew),并且转换换行符 说明 string hebrevc ( st
标签: php php教程

发布于  2024-3-1 20:25