grapheme_strstrReturns part of haystack string from the first occurrence of needle to the end of haystack. BeschreibungProzeduraler Stil
string grapheme_strstr
( string
$haystack
, string $needle
[, bool $before_needle = false
] )Returns part of haystack string from the first occurrence of needle to the end of haystack (including the needle). Parameter-Liste
RückgabewerteReturns the portion of string, or FALSE if needle is not found. BeispieleBeispiel #1 grapheme_strstr example
<?phpDas oben gezeigte Beispiel erzeugt folgende Ausgabe: o%CC%88a%CC%8A Siehe auch
|