Server IP : 172.67.216.182 / Your IP : 162.158.106.46 Web Server : Apache System : Linux krdc-ubuntu-s-2vcpu-4gb-amd-blr1-01.localdomain 5.15.0-142-generic #152-Ubuntu SMP Mon May 19 10:54:31 UTC 2025 x86_64 User : www ( 1000) PHP Version : 7.4.33 Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /www/server/php/80/src/ext/xml/ |
Upload File : |
<?php /** @generate-function-entries */ function xml_parser_create(?string $encoding = null): XMLParser {} function xml_parser_create_ns(?string $encoding = null, string $separator = ":"): XMLParser {} function xml_set_object(XMLParser $parser, object $object): bool {} /** * @param callable $start_handler * @param callable $end_handler */ function xml_set_element_handler(XMLParser $parser, $start_handler, $end_handler): bool {} /** @param callable $handler */ function xml_set_character_data_handler(XMLParser $parser, $handler): bool {} /** @param callable $handler */ function xml_set_processing_instruction_handler(XMLParser $parser, $handler): bool {} /** @param callable $handler */ function xml_set_default_handler(XMLParser $parser, $handler): bool {} /** @param callable $handler */ function xml_set_unparsed_entity_decl_handler(XMLParser $parser, $handler): bool {} /** @param callable $handler */ function xml_set_notation_decl_handler(XMLParser $parser, $handler): bool {} /** @param callable $handler */ function xml_set_external_entity_ref_handler(XMLParser $parser, $handler): bool {} /** @param callable $handler */ function xml_set_start_namespace_decl_handler(XMLParser $parser, $handler): bool {} /** @param callable $handler */ function xml_set_end_namespace_decl_handler(XMLParser $parser, $handler): bool {} function xml_parse(XMLParser $parser, string $data, bool $is_final = false): int {} /** * @param array $values * @param array $index */ function xml_parse_into_struct(XMLParser $parser, string $data, &$values, &$index = null): int {} function xml_get_error_code(XMLParser $parser): int {} function xml_error_string(int $error_code): ?string {} function xml_get_current_line_number(XMLParser $parser): int {} function xml_get_current_column_number(XMLParser $parser): int {} function xml_get_current_byte_index(XMLParser $parser): int {} function xml_parser_free(XMLParser $parser): bool {} /** @param string|int $value */ function xml_parser_set_option(XMLParser $parser, int $option, $value): bool {} function xml_parser_get_option(XMLParser $parser, int $option): string|int {} final class XMLParser { }