Current Location: Home> Function Categories> chunk_split

chunk_split

Split the string into smaller chunks
Similar Functions
  • Parse strings into multiple variables parse_str

    parse_str

    Parsestringsintomult
  • Generate single-byte strings from numbers chr

    chr

    Generatesingle-bytes
  • Convert the first letter of each word in the string to uppercase ucwords

    ucwords

    Convertthefirstlette
  • Convert the value of a one-dimensional array into a string implode

    implode

    Convertthevalueofaon
  • Binary safe string comparison strcmp

    strcmp

    Binarysafestringcomp
  • Find any one of a set of characters in a string - Return a substring that starts with the found character strpbrk

    strpbrk

    Findanyoneofasetofch
  • Remove spaces (or other characters) from the beginning and end of the string trim

    trim

    Removespaces(orother
  • Checks whether the string begins with the given substring str_starts_with

    str_starts_with

    Checkswhetherthestri
Popular Articles