API17:JString::str split
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JString::str_split
Description
UTF-8 aware alternative to str_split Convert a string to an array.
Description:JString::str split [Edit Descripton]
Synopsis
public static JString::str_split ($str, $split_len=1)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $str | string | UTF-8 encoded | |
| $split_len | int | 1 | number to characters to split string by |
Returns
array
Defined in
libraries/joomla/utilities/string.php (line 188)
- see source code in BitBucket
Referenced by
See also
Examples
<CodeExamplesForm />
