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
strrchr
  • References/PHP/Function/Text Processing/String

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

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

(PHP 4, PHP 5, PHP 7) Format a number with grouped thousands

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

(PHP 4, PHP 5, PHP 7) Uppercase the first character of each word in a string

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

(PHP 4 >= 4.3.0, PHP 5, PHP 7) Calculate the sha1 hash of a 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
strstr
  • References/PHP/Function/Text Processing/String

(PHP 4, PHP 5, PHP 7) Find the first occurrence of a string

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
convert_cyr_string
  • References/PHP/Function/Text Processing/String

(PHP 4, PHP 5, PHP 7) Convert from one Cyrillic character set to another

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

(PHP 4, PHP 5, PHP 7) Case insensitive string comparisons using a "natural order" algorithm

2025-01-10 15:47:30