Description
int
iconv_strpos ( string haystack, string needle, int offset [, string charset])
Returns the numeric position of the first occurrence of
needle in haystack_
The optional offset parameter specifies
the position from which the search should be performed_
If needle is not found,
iconv_strpos() will return FALSE_
| Aviso |
Esta función
puede devolver FALSE, pero también puede devolver un valor
no_booleano que será evaluado FALSE, como por ejemplo
0 o ""_ Por favor, lea la sección
Booleans para más
información_ Utilice el operador === para
comprobar el valor devuelto por esta
función_ |
If haystack or needle is
not a string, it is converted to an integer and applied as the ordinal
value of a character_
See also strpos() and
iconv_strrpos()_