strncasecmp
  • References/PHP/Function/Text Processing/String

(PHP 4 >= 4.0.2, PHP 5, PHP 7) Binary safe case-insensitive string comparison of the first n characters

2025-01-10 15:47:30
ereg
  • References/PHP/Function/Text Processing/POSIX Regex

(PHP 4, PHP 5) Regular expression match int ereg

2025-01-10 15:47:30
levenshtein
  • References/PHP/Function/Text Processing/String

(PHP 4 >= 4.0.1, PHP 5, PHP 7) Calculate Levenshtein distance between two strings

2025-01-10 15:47:30
bin2hex
  • References/PHP/Function/Text Processing/String

(PHP 4, PHP 5, PHP 7) Convert binary data into hexadecimal representation

2025-01-10 15:47:30
bbcode_add_smiley
  • References/PHP/Function/Text Processing/BBCode

(PECL bbcode >= 0.10.2) Adds a smiley to the parser

2025-01-10 15:47:30
ereg_replace
  • References/PHP/Function/Text Processing/POSIX Regex

(PHP 4, PHP 5) Replace regular expression string

2025-01-10 15:47:30
str_replace
  • References/PHP/Function/Text Processing/String

(PHP 4, PHP 5, PHP 7) Replace all occurrences of the search string with the replacement string

2025-01-10 15:47:30
htmlspecialchars_decode
  • References/PHP/Function/Text Processing/String

(PHP 5 >= 5.1.0, PHP 7) Convert special HTML entities back to characters

2025-01-10 15:47:30
get_html_translation_table
  • References/PHP/Function/Text Processing/String

(PHP 4, PHP 5, PHP 7) Returns the translation table used by htmlspecialchars()

2025-01-10 15:47:30
strip_tags
  • References/PHP/Function/Text Processing/String

(PHP 4, PHP 5, PHP 7) Strip HTML and PHP tags from a string

2025-01-10 15:47:30