grapheme_substrReturn part of a string DescriptionProcedural style
string grapheme_substr
( string
$string
, int $start
[, int $length
] )Return part of a string Parameters
Return ValuesReturns the extracted part of $string. Changelog
ExamplesExample #1 grapheme_substr example
<?php The above example will output: a%CC%8Abco%CC%88 |