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