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

(PHP 4, PHP 5, PHP 7) Calculate the metaphone key of a string

2025-01-10 15:47:30
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
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
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
crypt
  • References/PHP/Function/Text Processing/String

(PHP 4, PHP 5, PHP 7) One-way string hashing

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

(PHP 4, PHP 5, PHP 7) Get string length int strlen

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

(PHP >= 5.4.0) Decodes a hexadecimally encoded binary string

2025-01-10 15:47:30