stripos

Definition

int stripos ( string $haystack , string $needle [, int $offset = 0 ] )

Description

Returns the numeric position of the first occurrence of needle in the haystack string.

[More at php.net]

Parameters




loading


Share/bookmark - stripos


Global comments