utf8_decode | PHP 3.0.6 |
string utf8_decode(string data) |
|
Converts a UTF-8 encoded string to ISO-8859-1. |
utf8_encode | PHP 3.0.6 |
string utf8_encode(string data) |
|
Encodes an ISO-8859-1 string to UTF-8. |
xml_error_string | PHP 3.0.6 |
string xml_error_string(int code) |
|
Gets XML parser error string. |
xml_get_current_byte_index | PHP 3.0.6 |
int xml_get_current_byte_index(resource parser) |
|
Gets current byte index for an XML parser. |
xml_get_current_column_number | PHP 3.0.6 |
int xml_get_current_column_number(resource parser) |
|
Gets current column number for an XML parser. |
xml_get_current_line_number | PHP 3.0.6 |
int xml_get_current_line_number(resource parser) |
|
Gets current line number for an XML parser. |
xml_get_error_code | PHP 3.0.6 |
int xml_get_error_code(resource parser) |
|
Gets XML parser error code. |
xml_parse_into_struct | PHP 3.0.8 |
int xml_parse_into_struct(resource parser, string data, array &struct,array &index) |
|
Parses a XML document. |
xml_parse | PHP 3.0.6 |
int xml_parse(resource parser, string data[, int isFinal]) |
|
Starts parsing an XML document. |
xml_parser_create_ns | PHP 4.0.5 |
resource xml_parser_create_ns([string encoding[, string sep]]) |
|
Creates an XML parser. |
xml_parser_create | PHP 3.0.6 |
resource xml_parser_create([string encoding]) |
|
Creates an XML parser. |
xml_parser_free | PHP 3.0.6 |
int xml_parser_free(resource parser) |
|
Frees an XML parser. |
xml_parser_get_option | PHP 3.0.6 |
int xml_parser_get_option(resource parser, int option) |
|
Gets options from an XML parser. |
xml_parser_set_option | PHP 3.0.6 |
int xml_parser_set_option(resource parser, int option, mixed value) |
|
Sets options in an XML parser. |
xml_set_character_data_handler | PHP 3.0.6 |
int xml_set_character_data_handler(resource parser, string hdl) |
|
Sets up character data handler. |
xml_set_default_handler | PHP 3.0.6 |
int xml_set_default_handler(resource parser, string hdl) |
|
Sets up default handler. |
xml_set_element_handler | PHP 3.0.6 |
int xml_set_element_handler(resource parser, string shdl, string ehdl) |
|
Sets up start and end element handlers. |
xml_set_end_namespace_decl_handler | PHP 4.0.5 |
int xml_set_end_namespace_decl_handler(resource parser, string hdl) |
|
Sets up character data handler. |
xml_set_external_entity_ref_handler | PHP 3.0.6 |
int xml_set_external_entity_ref_handler(resource parser, string hdl) |
|
Sets up external entity reference handler. |
xml_set_external_entity_ref_handler | PHP 3.0.6 |
int xml_set_external_entity_ref_handler(resource parser, string hdl) |
|
Sets up external entity reference handler. |
xml_set_notation_decl_handler | PHP 3.0.6 |
int xml_set_notation_decl_handler(resource parser, string hdl) |
|
Sets up notation declaration handler. |
xml_set_object | PHP 4.0 |
int xml_set_object(resource parser, object &obj) |
|
Sets up object that should be used for callbacks. |
xml_set_processing_instruction_handler | PHP 3.0.6 |
int xml_set_processing_instruction_handler(resource parser, string hdl) |
|
Sets up processing instruction (PI) handler. |
xml_set_start_namespace_decl_handler | PHP 4.0.5 |
int xml_set_start_namespace_decl_handler(resource parser, string hdl) |
|
Sets up character data handler. |
xml_set_unparsed_entity_decl_handler | PHP 3.0.6 |
int xml_set_unparsed_entity_decl_handler(resource parser, string hdl) |
|
Sets up unparsed entity declaration handler. |