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 setNOT 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 fieldNOT IMPLEMENTED.
array iconv_mime_decode_headers(string headers [, int mode, string charset])
Decodes multiple mime header fieldsNOT 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 schemeNOT 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 strNOT 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 offsetNOT IMPLEMENTED.
int iconv_strrpos(string haystack, string needle [, string charset])
Finds position of last occurrence of needle within part of haystack beginning with offsetNOT IMPLEMENTED.
string iconv_substr(string str, int offset, [int length, string charset])
Returns specified part of a stringNOT IMPLEMENTED.
string ob_iconv_handler(string contents, int status)
Returns str in output buffer converted to the iconv.output_encoding character setNOT IMPLEMENTED.


parrot