[−][src]Module phpify::string
Functions
| explode | Split a string by a string. |
| implode | Join vec elements with a string. |
| lcfirst | Make a string's first character lowercase |
| stripos | Find the position of the first occurrence of a case-insensitive substring in a string. |
| strlen | Get string length. |
| strpos | Find the position of the first occurrence of a substring in a string. |
| substr | Return part of a string. |
| ucfirst | Make a string's first character uppercase |