| 1 | <?php |
||
| 17 | final class StringUtil |
||
| 18 | { |
||
| 19 | public static function strlen($string) |
||
| 23 | |||
| 24 | public static function substr($string, $start, $length = null) |
||
| 28 | |||
| 29 | public static function str_pad($input, $pad_length, $pad_string = null, $pad_style = null) |
||
| 33 | |||
| 34 | private static function mb_pad_str($input, $pad_length, $pad_string = null, $pad_style = null) |
||
| 38 | } |
||
| 39 |