| Defined | inc/functions.php:4448 |
|---|
| parameters | string | $string | The string to cut. |
| int | $start | Where to cut | |
| int | $length | (optional) How much to cut | |
| bool | $handle_entities | (optional) Properly handle HTML entities? | |
| return | int | The cut part of the string. |
Cuts a string at a specified point, mb strings accounted for