×
Converts a string to an array. Parameters. string. The input string. length. Maximum length of the chunk.
Missing: url | Show results with:url
People also ask
Returns an array of strings, each of which is a substring of string formed by splitting it on boundaries formed by the string separator . Parameters. separator.
This function will return an array of strings, it is a version of str_split() with support for encodings of variable character size as well as fixed-size ...
Missing: url | Show results with:url
May 27, 2005 · For working with multibyte character encodings, take a look at the Multibyte String functions. Table of Contents ¶. addcslashes — Quote string ...
Missing: url | Show results with:url
This regular expression will split a long string of words into an array of sub-strings, of some maximum length, but only on word-boundries. I use the reg-ex ...
When length is explicitly set to null , the function returns a substring finishing at the end of the string, when it previously returned an empty string. 8.0.0 ...
Missing: url | Show results with:url
This function returns a string or an array with all occurrences of search in subject replaced with the given replace value. To replace text based on a pattern ...
This function parses a URL and returns an associative array containing any of the various components of the URL that are present.
It inserts separator every length characters. Parameters ¶. string. The string to be chunked. length. The chunk length.
Missing: url | Show results with:url
Parses string as if it were the query string passed via a URL and sets variables in the current scope (or in the array if result is provided). Parameters ¶.