PHP字符串函数sha1()的用法
sha1 (PHP 4
PHP字符串函数sprintf()的用法
sprintf (PHP 4, PHP 5) sprintf — Return a formatted string 说明 string sprintf ( string $format [, ...
PHP字符串函数str_ireplace()的用法
str_ireplace (PHP 5) str_ireplace — str_replace() 的忽略大小写版本 说明 mixed str_ireplace ( mixed $search ...
PHP字符串函数str_repeat()的用法
str_repeat (PHP 4, PHP 5) str_repeat — 重复一个字符串 说明 string str_repeat ( string $input , int ...
PHP字符串函数str_pad()的用法
str_pad (PHP 4
PHP字符串函数str_rot13()的用法
str_rot13 (PHP 4
PHP字符串函数str_shuffle()的用法
str_shuffle (PHP 4
PHP字符串函数str_getcsv()的用法
str_getcsv (PHP 5
PHP字符串函数strcasecmp()的用法
strcasecmp (PHP 4, PHP 5) strcasecmp — 二进制安全比较字符串(不区分大小写) 说明 int strcasecmp ( string $s...
PHP字符串函数str_split()的用法
str_split (PHP 5) str_split — 将字符串转换为数组 说明 array str_split ( string $string [, int $spli...