Name

stripos

Synopsis

int stripos(string string, string value[, int offset])

Returns the position of the first occurrence of value in string using a case-insensitive search. If specified, the function begins its search at position offset. Returns false if value is not found.

Get Programming PHP, 2nd Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.