|
|
|
|
|
|
Function substr | Language: PHP
|
Syntax
| substr(String, Start, Length) |
Parameters
| STRING | String | String to search
| | INT | Start | First character to be extracted.
| | INT | Length | Length of the string to be extracted. |
Return value
Description
| Extracts a string from another string. |
|
|
|