xml_error_string() | (int $error_code): ?string | ?string | ✓ | ✓ |
xml_get_current_byte_index() | (mixed $parser): int | int | ✓ | ✓ |
xml_get_current_column_number() | (mixed $parser): int | int | ✓ | ✓ |
xml_get_current_line_number() | (mixed $parser): int | int | ✓ | ✓ |
xml_get_error_code() | (mixed $parser): int | int | ✓ | ✓ |
xml_parse() | (mixed $parser, string $data, bool $is_final = false): int | int | ✓ | ✓ |
xml_parse_into_struct() | (mixed $parser, string $data, mixed $values, mixed $index = null): int | int | ✓ | ✓ |
xml_parser_create() | (?string $encoding = null): mixed | mixed | ✓ | ✓ |
xml_parser_create_ns() | (?string $encoding = null, string $separator = ':'): mixed | mixed | ✓ | ✓ |
xml_parser_free() | (mixed $parser): bool | bool | ✓ | ✓ |
xml_parser_get_option() | (mixed $parser, int $option): mixed | mixed | ✓ | ✓ |
xml_parser_set_option() | (mixed $parser, int $option, mixed $value): bool | bool | ✓ | ✓ |
xml_set_character_data_handler() | (mixed $parser, mixed $handler): bool | bool | ✓ | ✓ |
xml_set_default_handler() | (mixed $parser, mixed $handler): bool | bool | ✓ | ✓ |
xml_set_element_handler() | (mixed $parser, mixed $start_handler, mixed $end_handler): bool | bool | ✓ | ✓ |
xml_set_end_namespace_decl_handler() | (mixed $parser, mixed $handler): bool | bool | ✓ | ✓ |
xml_set_external_entity_ref_handler() | (mixed $parser, mixed $handler): bool | bool | ✓ | ✓ |
xml_set_notation_decl_handler() | (mixed $parser, mixed $handler): bool | bool | ✓ | ✓ |
xml_set_object() | (mixed $parser, mixed $object): bool | bool | ✓ | ✓ |
xml_set_processing_instruction_handler() | (mixed $parser, mixed $handler): bool | bool | ✓ | ✓ |
xml_set_start_namespace_decl_handler() | (mixed $parser, mixed $handler): bool | bool | ✓ | ✓ |
xml_set_unparsed_entity_decl_handler() | (mixed $parser, mixed $handler): bool | bool | ✓ | ✓ |
xmlwriter_end_attribute() | (mixed $writer): bool | bool | ✓ | ✓ |
xmlwriter_end_cdata() | (mixed $writer): bool | bool | ✓ | ✓ |
xmlwriter_end_comment() | (mixed $writer): bool | bool | ✓ | ✓ |
xmlwriter_end_document() | (mixed $writer): bool | bool | ✓ | ✓ |
xmlwriter_end_dtd() | (mixed $writer): bool | bool | ✓ | ✓ |
xmlwriter_end_dtd_attlist() | (mixed $writer): bool | bool | ✓ | ✓ |
xmlwriter_end_dtd_element() | (mixed $writer): bool | bool | ✓ | ✓ |
xmlwriter_end_dtd_entity() | (mixed $writer): bool | bool | ✓ | ✓ |
xmlwriter_end_element() | (mixed $writer): bool | bool | ✓ | ✓ |
xmlwriter_end_pi() | (mixed $writer): bool | bool | ✓ | ✓ |
xmlwriter_flush() | (mixed $writer, bool $empty = true): mixed | mixed | ✓ | ✓ |
xmlwriter_full_end_element() | (mixed $writer): bool | bool | ✓ | ✓ |
xmlwriter_open_memory() | (): mixed | mixed | ✓ | ✓ |
xmlwriter_open_uri() | (string $uri): mixed | mixed | ✓ | ✓ |
xmlwriter_output_memory() | (mixed $writer, bool $flush = true): string | string | ✓ | ✓ |
xmlwriter_set_indent() | (mixed $writer, bool $enable): bool | bool | ✓ | ✓ |
xmlwriter_set_indent_string() | (mixed $writer, string $indentation): bool | bool | ✓ | ✓ |
xmlwriter_start_attribute() | (mixed $writer, string $name): bool | bool | ✓ | ✓ |
xmlwriter_start_attribute_ns() | (mixed $writer, ?string $prefix, string $name, ?string $namespace): bool | bool | ✓ | ✓ |
xmlwriter_start_cdata() | (mixed $writer): bool | bool | ✓ | ✓ |
xmlwriter_start_comment() | (mixed $writer): bool | bool | ✓ | ✓ |
xmlwriter_start_document() | (mixed $writer, ?string $version = '1.0', ?string $encoding = null, ?string $standalone = null): bool | bool | ✓ | ✓ |
xmlwriter_start_dtd() | (mixed $writer, string $qualifiedName, ?string $publicId = null, ?string $systemId = null): bool | bool | ✓ | ✓ |
xmlwriter_start_dtd_attlist() | (mixed $writer, string $name): bool | bool | ✓ | ✓ |
xmlwriter_start_dtd_element() | (mixed $writer, string $qualifiedName): bool | bool | ✓ | ✓ |
xmlwriter_start_dtd_entity() | (mixed $writer, string $name, bool $isParam): bool | bool | ✓ | ✓ |
xmlwriter_start_element() | (mixed $writer, string $name): bool | bool | ✓ | ✓ |
xmlwriter_start_element_ns() | (mixed $writer, ?string $prefix, string $name, ?string $namespace): bool | bool | ✓ | ✓ |
xmlwriter_start_pi() | (mixed $writer, string $target): bool | bool | ✓ | ✓ |
xmlwriter_text() | (mixed $writer, string $content): bool | bool | ✓ | ✓ |
xmlwriter_write_attribute() | (mixed $writer, string $name, string $value): bool | bool | ✓ | ✓ |
xmlwriter_write_attribute_ns() | (mixed $writer, ?string $prefix, string $name, ?string $namespace, string $value): bool | bool | ✓ | ✓ |
xmlwriter_write_cdata() | (mixed $writer, string $content): bool | bool | ✓ | ✓ |
xmlwriter_write_comment() | (mixed $writer, string $content): bool | bool | ✓ | ✓ |
xmlwriter_write_dtd() | (mixed $writer, string $name, ?string $publicId = null, ?string $systemId = null, ?string $content = null): bool | bool | ✓ | ✓ |
xmlwriter_write_dtd_attlist() | (mixed $writer, string $name, string $content): bool | bool | ✓ | ✓ |
xmlwriter_write_dtd_element() | (mixed $writer, string $name, string $content): bool | bool | ✓ | ✓ |
xmlwriter_write_dtd_entity() | (mixed $writer, string $name, string $content, bool $isParam = false, ?string $publicId = null, ?string $systemId = null, ?string $notationData = null): bool | bool | ✓ | ✓ |
xmlwriter_write_element() | (mixed $writer, string $name, ?string $content = null): bool | bool | ✓ | ✓ |
xmlwriter_write_element_ns() | (mixed $writer, ?string $prefix, string $name, ?string $namespace, ?string $content = null): bool | bool | ✓ | ✓ |
xmlwriter_write_pi() | (mixed $writer, string $target, string $content): bool | bool | ✓ | ✓ |
xmlwriter_write_raw() | (mixed $writer, string $content): bool | bool | ✓ | ✓ |