mb_substr($str, $start[, $length = NULL[, $encoding = NULL]])
Parameters: |
|
---|---|
Returns: |
Portion of $str specified by $start and $length or FALSE on failure |
Return type: |
string |
For more information, please refer to the PHP manual for mb_substr().
Please login to continue.