php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Go to the source code of this file.
Functions | |
iconv_strlen (string $string, ?string $encoding=null) | |
iconv_substr (string $string, int $offset, ?int $length=null, ?string $encoding=null) | |
iconv_strpos (string $haystack, string $needle, int $offset=0, ?string $encoding=null) | |
iconv_strrpos (string $haystack, string $needle, ?string $encoding=null) | |
iconv_mime_encode (string $field_name, string $field_value, array $options=[]) | |
iconv_mime_decode (string $string, int $mode=0, ?string $encoding=null) | |
iconv_mime_decode_headers (string $headers, int $mode=0, ?string $encoding=null) | |
iconv (string $from_encoding, string $to_encoding, string $string) | |
iconv_set_encoding (string $type, string $encoding) | |
iconv_get_encoding (string $type="all") | |
Variables | |
const | ICONV_IMPL = UNKNOWN |
const | ICONV_VERSION = UNKNOWN |
const | ICONV_MIME_DECODE_STRICT = UNKNOWN |
const | ICONV_MIME_DECODE_CONTINUE_ON_ERROR = UNKNOWN |
iconv | ( | string | $from_encoding, |
string | $to_encoding, | ||
string | $string ) |
@refcount 1
Definition at line 48 of file iconv.stub.php.
iconv_get_encoding | ( | string | $type = "all" | ) |
Definition at line 56 of file iconv.stub.php.
iconv_mime_decode | ( | string | $string, |
int | $mode = 0, | ||
?string | $encoding = null ) |
@refcount 1
Definition at line 39 of file iconv.stub.php.
iconv_mime_decode_headers | ( | string | $headers, |
int | $mode = 0, | ||
?string | $encoding = null ) |
Definition at line 45 of file iconv.stub.php.
iconv_mime_encode | ( | string | $field_name, |
string | $field_value, | ||
array | $options = [] ) |
@refcount 1
Definition at line 36 of file iconv.stub.php.
iconv_set_encoding | ( | string | $type, |
string | $encoding ) |
Definition at line 50 of file iconv.stub.php.
iconv_strlen | ( | string | $string, |
?string | $encoding = null ) |
Definition at line 26 of file iconv.stub.php.
iconv_strpos | ( | string | $haystack, |
string | $needle, | ||
int | $offset = 0, | ||
?string | $encoding = null ) |
Definition at line 31 of file iconv.stub.php.
iconv_strrpos | ( | string | $haystack, |
string | $needle, | ||
?string | $encoding = null ) |
Definition at line 33 of file iconv.stub.php.
iconv_substr | ( | string | $string, |
int | $offset, | ||
?int | $length = null, | ||
?string | $encoding = null ) |
@refcount 1
Definition at line 29 of file iconv.stub.php.
const ICONV_IMPL = UNKNOWN |
Definition at line 9 of file iconv.stub.php.
const ICONV_MIME_DECODE_CONTINUE_ON_ERROR = UNKNOWN |
Definition at line 24 of file iconv.stub.php.
const ICONV_MIME_DECODE_STRICT = UNKNOWN |
Definition at line 19 of file iconv.stub.php.
const ICONV_VERSION = UNKNOWN |
Definition at line 14 of file iconv.stub.php.