php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Go to the source code of this file.
Data Structures | |
class | XMLParser |
xml_error_string | ( | int | $error_code | ) |
@refcount 1
Definition at line 184 of file xml.stub.php.
xml_get_current_byte_index | ( | XMLParser | $parser | ) |
Definition at line 190 of file xml.stub.php.
xml_get_current_column_number | ( | XMLParser | $parser | ) |
Definition at line 188 of file xml.stub.php.
xml_get_current_line_number | ( | XMLParser | $parser | ) |
Definition at line 186 of file xml.stub.php.
xml_get_error_code | ( | XMLParser | $parser | ) |
Definition at line 181 of file xml.stub.php.
xml_parse | ( | XMLParser | $parser, |
string | $data, | ||
bool | $is_final = false ) |
Definition at line 173 of file xml.stub.php.
xml_parse_into_struct | ( | XMLParser | $parser, |
string | $data, | ||
& | $values, | ||
& | $index = null ) |
array | $values | |
array | $index |
Definition at line 179 of file xml.stub.php.
xml_parser_create | ( | ?string | $encoding = null | ) |
Definition at line 148 of file xml.stub.php.
xml_parser_create_ns | ( | ?string | $encoding = null, |
string | $separator = ":" ) |
Definition at line 150 of file xml.stub.php.
xml_parser_free | ( | XMLParser | $parser | ) |
Definition at line 192 of file xml.stub.php.
xml_parser_get_option | ( | XMLParser | $parser, |
int | $option ) |
@refcount 1
Definition at line 198 of file xml.stub.php.
xml_parser_set_option | ( | XMLParser | $parser, |
int | $option, | ||
$value ) |
string | int | bool | $value |
Definition at line 195 of file xml.stub.php.
xml_set_character_data_handler | ( | XMLParser | $parser, |
callable|string|null | $handler ) |
Definition at line 157 of file xml.stub.php.
xml_set_default_handler | ( | XMLParser | $parser, |
callable|string|null | $handler ) |
Definition at line 161 of file xml.stub.php.
xml_set_element_handler | ( | XMLParser | $parser, |
callable|string|null | $start_handler, | ||
callable|string|null | $end_handler ) |
Definition at line 155 of file xml.stub.php.
xml_set_end_namespace_decl_handler | ( | XMLParser | $parser, |
callable|string|null | $handler ) |
Definition at line 171 of file xml.stub.php.
xml_set_external_entity_ref_handler | ( | XMLParser | $parser, |
callable|string|null | $handler ) |
Definition at line 167 of file xml.stub.php.
xml_set_notation_decl_handler | ( | XMLParser | $parser, |
callable|string|null | $handler ) |
Definition at line 165 of file xml.stub.php.
Definition at line 153 of file xml.stub.php.
xml_set_processing_instruction_handler | ( | XMLParser | $parser, |
callable|string|null | $handler ) |
Definition at line 159 of file xml.stub.php.
xml_set_start_namespace_decl_handler | ( | XMLParser | $parser, |
callable|string|null | $handler ) |
Definition at line 169 of file xml.stub.php.
xml_set_unparsed_entity_decl_handler | ( | XMLParser | $parser, |
callable|string|null | $handler ) |
Definition at line 163 of file xml.stub.php.
const XML_ERROR_ASYNC_ENTITY = UNKNOWN |
Definition at line 74 of file xml.stub.php.
const XML_ERROR_ATTRIBUTE_EXTERNAL_ENTITY_REF = UNKNOWN |
Definition at line 89 of file xml.stub.php.
const XML_ERROR_BAD_CHAR_REF = UNKNOWN |
Definition at line 79 of file xml.stub.php.
const XML_ERROR_BINARY_ENTITY_REF = UNKNOWN |
Definition at line 84 of file xml.stub.php.
const XML_ERROR_DUPLICATE_ATTRIBUTE = UNKNOWN |
Definition at line 49 of file xml.stub.php.
const XML_ERROR_EXTERNAL_ENTITY_HANDLING = UNKNOWN |
Definition at line 114 of file xml.stub.php.
const XML_ERROR_INCORRECT_ENCODING = UNKNOWN |
Definition at line 104 of file xml.stub.php.
const XML_ERROR_INVALID_TOKEN = UNKNOWN |
Definition at line 29 of file xml.stub.php.
const XML_ERROR_JUNK_AFTER_DOC_ELEMENT = UNKNOWN |
Definition at line 54 of file xml.stub.php.
const XML_ERROR_MISPLACED_XML_PI = UNKNOWN |
Definition at line 94 of file xml.stub.php.
const XML_ERROR_NO_ELEMENTS = UNKNOWN |
Definition at line 24 of file xml.stub.php.
const XML_ERROR_NO_MEMORY = UNKNOWN |
Definition at line 14 of file xml.stub.php.
const XML_ERROR_NONE = UNKNOWN |
Definition at line 9 of file xml.stub.php.
const XML_ERROR_PARAM_ENTITY_REF = UNKNOWN |
Definition at line 59 of file xml.stub.php.
const XML_ERROR_PARTIAL_CHAR = UNKNOWN |
Definition at line 39 of file xml.stub.php.
const XML_ERROR_RECURSIVE_ENTITY_REF = UNKNOWN |
Definition at line 69 of file xml.stub.php.
const XML_ERROR_SYNTAX = UNKNOWN |
Definition at line 19 of file xml.stub.php.
const XML_ERROR_TAG_MISMATCH = UNKNOWN |
Definition at line 44 of file xml.stub.php.
const XML_ERROR_UNCLOSED_CDATA_SECTION = UNKNOWN |
Definition at line 109 of file xml.stub.php.
const XML_ERROR_UNCLOSED_TOKEN = UNKNOWN |
Definition at line 34 of file xml.stub.php.
const XML_ERROR_UNDEFINED_ENTITY = UNKNOWN |
Definition at line 64 of file xml.stub.php.
const XML_ERROR_UNKNOWN_ENCODING = UNKNOWN |
Definition at line 99 of file xml.stub.php.
const XML_OPTION_CASE_FOLDING = UNKNOWN |
Definition at line 120 of file xml.stub.php.
const XML_OPTION_PARSE_HUGE = UNKNOWN |
Definition at line 140 of file xml.stub.php.
const XML_OPTION_SKIP_TAGSTART = UNKNOWN |
Definition at line 130 of file xml.stub.php.
const XML_OPTION_SKIP_WHITE = UNKNOWN |
Definition at line 135 of file xml.stub.php.
const XML_OPTION_TARGET_ENCODING = UNKNOWN |
Definition at line 125 of file xml.stub.php.
const XML_SAX_IMPL = UNKNOWN |
Definition at line 146 of file xml.stub.php.