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

(PHP 4 >= 4.0.5, PHP 5, PHP 7) Locale based string comparison

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

(PHP 4, PHP 5, PHP 7) Calculate the md5 hash of a string

2025-01-10 15:47:30
ssdeep_fuzzy_hash_filename
  • References/PHP/Function/Text Processing/ssdeep

(PECL ssdeep >= 1.0.0) Create a fuzzy hash from a file

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

(PHP 5, PHP 7) Convert a string to an array array

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

(PHP 4 >= 4.3.0, PHP 5, PHP 7) Return information about words used in a string

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

(PHP 4 >= 4.0.1, PHP 5) Split string into array by regular expression case insensitive

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

(PHP 5, PHP 7) Binary safe comparison of two strings from an offset, up to length characters

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

(PHP 4, PHP 5, PHP 7) Strip whitespace (or other characters) from the beginning and end of a string

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

(PHP 4, PHP 5, PHP 7) Un-quotes a quoted string

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

(PHP 4, PHP 5, PHP 7) Strip whitespace (or other characters) from the end of a string

2025-01-10 15:47:30