Parameters. string. The input string. offset. If offset is non-negative, the returned string will start at the offset'th position in string, counting from zero.
See Also. For even more powerful string handling and manipulating functions take a look at the Perl compatible regular expression functions.For working with multibyte character encodings, take a look at the Multibyte String functions.
Splits a string into smaller strings: strtolower() Converts a string to lowercase letters: strtoupper() Converts a string to uppercase letters: strtr() Translates certain characters in a string: substr() Returns a part of a string: substr_compare() Compar
Post a Comment:
Showing 0 Comments: