PHP字符串函数完整参考
字符串是字符的集合。例如,“G”是字符,“GeeksforGeeks”是字符串。
安装:这些功能不需要任何安装。这些是PHP核心的一部分。
PHP字符串函数的完整列表如下:
- PHP | addcslashes()函数
- PHP | addslashes()函数
- PHP | bin2hex()函数
- PHP |斩波()函数
- PHP | chr() 函数
- PHP | chunk_split()函数
- PHP | convert_uudecode()函数
- PHP | convert_uuencode()函数
- PHP | count_chars()函数
- PHP | crc32()函数
- PHP | crypt()函数
- PHP |回声
- PHP |爆炸()函数
- PHP | hex2bin()函数
- PHP | implode()函数
- PHP |加入()函数
- PHP | lcfirst()函数
- PHP | levenshtein()函数
- PHP | ltrim()函数
- PHP | md5_file()函数
- PHP | md5()函数
- PHP | metaphone()函数
- PHP | nl2br()函数
- PHP | number_format()函数
- PHP | ord()函数
- PHP | parse_str()函数
- PHP |引用的_printable_decode()函数
- PHP | quoted_printable_encode()函数
- PHP | quotemeta()函数
- PHP | rtrim()函数
- PHP | sha1_file()函数
- PHP | sha1()函数
- PHP | similar_text()函数
- PHP | soundex()函数
- PHP | str_pad()函数
- PHP | str_repeat()函数
- PHP | str_replace()函数
- PHP | str_rot13()函数
- PHP | str_shuffle()函数
- PHP | str_split()函数
- PHP | str_word_count()函数
- PHP | strcasecmp()函数
- PHP | strchr()函数
- PHP | strcmp()函数
- PHP | strcoll()函数
- PHP | strcspn()函数
- PHP | strip_tags()函数
- PHP | stripos()函数
- PHP | stripslashes()函数
- PHP | stristr()函数
- PHP | strlen()函数
- PHP | strnatcasecmp()函数
- PHP | strnatcmp()函数
- PHP | strncasecmp()函数
- PHP | strncmp()函数
- PHP | strpbrk()函数
- PHP | strpos()函数
- PHP | strrchr函数
- PHP | strrev()函数
- PHP | strripos()函数
- PHP | strrpos()函数
- PHP | strspn()函数
- PHP | strstr()函数
- PHP | strtok()函数
- PHP | strtolower()函数
- PHP | strtoupper()函数
- PHP | strtr()函数
- PHP | substr_compare()函数
- PHP | substr_count()函数
- PHP | substr_replace()函数
- PHP | substr()函数
- PHP |修剪()函数
- PHP | ucfirst()函数
- PHP | ucwords()函数
- PHP | vprintf()函数
- PHP | vsprintf()函数
- PHP | wordwrap()函数