|
mb_striposFinds position of first occurrence of a string within another, case insensitive Beschreibung
int mb_stripos
( string
$haystack
, string $needle
[, int $offset = 0
[, string $encoding = mb_internal_encoding()
]] )
mb_stripos returns the numeric position of
the first occurrence of Parameter-Liste
Rückgabewerte
Return the numeric position of the first occurrence of
Changelog
Siehe auch
|