Better PHP Documentation opinionated
Get Started Documentation Community Training
Better PHP Documentation
Get Started Documentation Community Training
Log in
Logo

String Functions

addcslashes addslashes bin2hex chop chr chunk_split convert_uudecode convert_uuencode count_chars crc32 crypt explode fprintf get_html_translation_table hebrev hex2bin html_entity_decode htmlentities htmlspecialchars htmlspecialchars_decode implode join lcfirst levenshtein localeconv ltrim md5 md5_file metaphone nl2br nl_langinfo number_format ord parse_str printf quoted_printable_decode quoted_printable_encode quotemeta rtrim setlocale sha1 sha1_file similar_text soundex sprintf sscanf str_contains str_decrement str_ends_with str_getcsv str_increment str_ireplace str_pad str_repeat str_replace str_rot13 str_shuffle str_split str_starts_with str_word_count strcasecmp strchr strcmp strcoll strcspn strip_tags stripcslashes stripos stripslashes stristr strlen strnatcasecmp strnatcmp strncasecmp strncmp strpbrk strpos strrchr strrev strripos strrpos strspn strstr strtok strtolower strtoupper strtr substr substr_compare substr_count substr_replace trim ucfirst ucwords utf8_decode utf8_encode vfprintf vprintf vsprintf wordwrap

trim

Supported Versions: PHP 4, PHP 5, PHP 7, PHP 8
Strip whitespace (or other characters) from the beginning and end of a string
<?php trim(string $string, string $characters = " \n\r\t\v\x00"): string
  • 0
    pcntl_sigtimedwait
    Waits for signals, with a timeout
  • 0
    similar_text
    Calculate the similarity between two strings
  • 0
    boolval
    Get the boolean value of a variable
  • 0
    curl_multi_close
    Close a set of cURL handles
  • 0
    imap_body
    Read the message body
  • 0
    mb_strpos
    Find position of first occurrence of string in a string
  • 0
    pg_send_prepare
    Sends a request to create a prepared statement with the given parameters, without waiting for completion
  • 0
    swoole_native_socket_bind
  • 0
    Arr::prependKeysWith
  • 0
    zend_version
    Gets the version of the current Zend engine
^