PHP字符串函数rtrim()的用法 rtrim (PHP 4, PHP 5) rtrim — 删除字符串末端的空白字符(或者其他字符) 说明 string rtrim ( string $str [, string $charlist ... 技术教程 4个月前08630
PHP字符串函数setlocale()的用法 setlocale (PHP 4, PHP 5) setlocale — Set locale information 说明 string setlocale ( int $category , st... 技术教程 4个月前07840
PHP字符串函数similar_text()的用法 similar_text (PHP 4, PHP 5) similar_text — 计算两个字符串的相似度 说明 int similar_text ( string $first , string ... 技术教程 4个月前07490
PHP字符串函数soundex()的用法 soundex (PHP 4, PHP 5) soundex — Calculate the soundex key of a string 说明 string soundex ( string $s... 技术教程 4个月前08100
PHP字符串函数sprintf()的用法 sprintf (PHP 4, PHP 5) sprintf — Return a formatted string 说明 string sprintf ( string $format [, mix... 技术教程 4个月前07900
PHP字符串函数str_ireplace()的用法 str_ireplace (PHP 5) str_ireplace — str_replace() 的忽略大小写版本 说明 mixed str_ireplace ( mixed $search , m... 技术教程 4个月前08740
PHP字符串函数str_repeat()的用法 str_repeat (PHP 4, PHP 5) str_repeat — 重复一个字符串 说明 string str_repeat ( string $input , int $multiplie... 技术教程 4个月前07640