preg_last_error
  • References/PHP/Function/Text Processing/PCRE

(PHP 5 >= 5.2.0, PHP 7) Returns the error code of the last PCRE regex execution

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

(PHP 4, PHP 5, PHP 7) Binary safe case-insensitive string comparison

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

(PHP 4, PHP 5, PHP 7) Finds the length of the initial segment of a string consisting entirely of characters

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

(PHP 4, PHP 5, PHP 7) Return information about characters used in a string

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

(PHP 5, PHP 7) Find the position of the last occurrence of a case-insensitive substring in a string

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

(PHP 5 >= 5.3.0, PHP 7) Convert a 8 bit string to a quoted-printable string

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

(PHP 4 >= 4.0.5, PHP 5, PHP 7) Get numeric formatting information

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

(PHP 4, PHP 5) Make regular expression for case insensitive match

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

(PHP 4, PHP 5, PHP 7) Make a string lowercase

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

(PHP 5 >= 5.3.0, PHP 7) Parse a CSV string into an array

2025-01-10 15:47:30