Mostrar lista de opciones

iconv_strpos()

« iconv_strlen | iconv_strrpos »
<?php
$int 
iconv_strpos (
    
// string $haystack
    
// string $needle
    
// [int $offset = 0]
    
?  // [string $charset = ini_get("iconv.internal_encoding")]
);

// enter non ASCII chars in hex in $haystack or $needle if $charset is not UTF-8
?>
Resultado
$int = 6
Ejemplos
#1 iconv_strpos  ("hello world",
 
"world",
 
0,
 
"UTF-8")
Ver también
iconv_strrpos, mb_strpos, strpos