No cache version.

Caching disabled. Default setting for this page:enabled (code LNG204)
If the display is too slow, you can disable the user mode to view the cached version.

Rechercher une fonction PHP

iconv_strlen

(PHP 5, PHP 7)

iconv_strlenReturns the character count of string

Description

iconv_strlen ( string $str [, string $charset = ini_get("iconv.internal_encoding") ] ) : int

In contrast to strlen(), iconv_strlen() counts the occurrences of characters in the given byte sequence str on the basis of the specified character set, the result of which is not necessarily identical to the length of the string in byte.

PHP: iconv_strlen - Manual Home of Manuel PHP  Contents Haut

Parameters

str

The string.

charset

If charset parameter is omitted, str is assumed to be encoded in iconv.internal_encoding.

PHP: iconv_strlen - Manual Home of Manuel PHP  Contents Haut

Return Values

Returns the character count of str, as an integer.

PHP: iconv_strlen - Manual Home of Manuel PHP  Contents Haut

See Also

Find a PHP function
Error Infobrol

Can not display this page of the Infobrol website

Type of error (18-01)

Unknown format specifier "&"

Please try again in a few minutes…

Return to the home page




Steph