NAME ^

php_iconv.pir - PHP iconv Library

DESCRIPTION ^

Functions ^

string iconv(string in_charset, string out_charset, string str)

Returns str converted to the out_charset character set

NOT IMPLEMENTED.

mixed iconv_get_encoding([string type])

Get internal encoding and output encoding for ob_iconv_handler()

NOT IMPLEMENTED.

string iconv_mime_decode(string encoded_string [, int mode, string charset])

Decodes a mime header field

NOT IMPLEMENTED.

array iconv_mime_decode_headers(string headers [, int mode, string charset])

Decodes multiple mime header fields

NOT IMPLEMENTED.

string iconv_mime_encode(string field_name, string field_value [, array preference])

Composes a mime header field with field_name and field_value in a specified scheme

NOT IMPLEMENTED.

bool iconv_set_encoding(string type, string charset)

Sets internal encoding and output encoding for ob_iconv_handler()

NOT IMPLEMENTED.

int iconv_strlen(string str [, string charset])

Returns the character count of str

NOT IMPLEMENTED.

int iconv_strpos(string haystack, string needle [, int offset [, string charset]])

Finds position of first occurrence of needle within part of haystack beginning with offset

NOT IMPLEMENTED.

int iconv_strrpos(string haystack, string needle [, string charset])

Finds position of last occurrence of needle within part of haystack beginning with offset

NOT IMPLEMENTED.

string iconv_substr(string str, int offset, [int length, string charset])

Returns specified part of a string

NOT IMPLEMENTED.

string ob_iconv_handler(string contents, int status)

Returns str in output buffer converted to the iconv.output_encoding character set

NOT IMPLEMENTED.


parrot