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

(PHP 4, PHP 5, PHP 7) Perform a global regular expression match

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
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
eregi
  • References/PHP/Function/Text Processing/POSIX Regex

(PHP 4, PHP 5) Case insensitive regular expression match

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

(PHP 4 >= 4.0.1, PHP 5, PHP 7) Pad a string to a certain length with another string

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

(PHP 4 >= 4.3.0, PHP 5, PHP 7) Formats a number as a currency string

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

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

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