|
|
|
|
|
|
Function explode | Language: PHP
|
Syntax
| explode(separator, source, limit) |
Parameters
| STRING | separator | String to be used as a separator
| | STRING | source | String to split
| | INT | limit | Optional. Maximum of elements in the array |
Return value
Description
| Split a string by string. |
|
|
|