Exibir a lista drop-down

iconv_strlen()

« iconv_set_encoding | iconv_strpos »
<?php
$int 
iconv_strlen (
    
// string $str
    
?  // [string $charset = ini_get("iconv.internal_encoding")]
);

// enter non ASCII characters in hex in $str if $charset is not UTF-8
?>
resultado
$int = 11
Exemplos
#1 iconv_strlen  ("hello world",
 
"UTF-8")
Veja também
grapheme_strlen, mb_strlen, strlen