grapheme_strstrReturns part of haystack string from the first occurrence of needle to the end of haystack DescriptionProcedural style
stringfalse grapheme_strstr(
string $haystack,string $needle,bool $beforeNeedle = false,string $locale = "") Returns part of haystack string from the first occurrence of needle to the end of haystack (including the needle). Parameters
Return Values
Returns the portion of Changelog
ExamplesExample #1 grapheme_strstr example The above example will output: o%CC%88a%CC%8A See Also
|