字符串
在线手册:中文 英文
PHP手册

简介

这些都是以各种方式处理字符串的函数。还有一些专门的章节位于正则表达式和URL 处理部分。

关于字符串的运转机制,特别是关于单引号、双引号、转义序列的信息,参见本手册类型章节的字符串条目。


字符串
在线手册:中文 英文
PHP手册
PHP手册 - N: 简介

用户评论:

chris at bjelleklang dot org (27-Oct-2010 01:00)

Please note that these String functions does not handle multibyte encodings such as UTF-8. Use the functions found in Multibyte String for these encodings.