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

(PHP 4, PHP 5, PHP 7) Output a string int print

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

(PHP 4, PHP 5, PHP 7) Return part 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