Server IP : 172.67.216.182 / Your IP : 172.69.176.30 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/82/src/ext/simplexml/ |
Upload File : |
<?php /** @generate-class-entries */ function simplexml_load_file(string $filename, ?string $class_name = SimpleXMLElement::class, int $options = 0, string $namespace_or_prefix = "", bool $is_prefix = false): SimpleXMLElement|false {} function simplexml_load_string(string $data, ?string $class_name = SimpleXMLElement::class, int $options = 0, string $namespace_or_prefix = "", bool $is_prefix = false): SimpleXMLElement|false {} function simplexml_import_dom(SimpleXMLElement|DOMNode $node, ?string $class_name = SimpleXMLElement::class): ?SimpleXMLElement {} /** @not-serializable */ class SimpleXMLElement implements Stringable, Countable, RecursiveIterator { /** @tentative-return-type */ public function xpath(string $expression): array|null|false {} /** @tentative-return-type */ public function registerXPathNamespace(string $prefix, string $namespace): bool {} /** @tentative-return-type */ public function asXML(?string $filename = null): string|bool {} /** * @tentative-return-type * @alias SimpleXMLElement::asXML */ public function saveXML(?string $filename = null): string|bool {} /** @tentative-return-type */ public function getNamespaces(bool $recursive = false): array {} /** @tentative-return-type */ public function getDocNamespaces(bool $recursive = false, bool $fromRoot = true): array|false {} /** @tentative-return-type */ public function children(?string $namespaceOrPrefix = null, bool $isPrefix = false): ?SimpleXMLElement {} /** @tentative-return-type */ public function attributes(?string $namespaceOrPrefix = null, bool $isPrefix = false): ?SimpleXMLElement {} public function __construct(string $data, int $options = 0, bool $dataIsURL = false, string $namespaceOrPrefix = "", bool $isPrefix = false) {} /** @tentative-return-type */ public function addChild(string $qualifiedName, ?string $value = null, ?string $namespace = null): ?SimpleXMLElement {} /** @tentative-return-type */ public function addAttribute(string $qualifiedName, string $value, ?string $namespace = null): void {} /** @tentative-return-type */ public function getName(): string {} public function __toString(): string {} /** @tentative-return-type */ public function count(): int {} /** @tentative-return-type */ public function rewind(): void {} /** @tentative-return-type */ public function valid(): bool {} /** @tentative-return-type */ public function current(): SimpleXMLElement {} /** @tentative-return-type */ public function key(): string {} /** @tentative-return-type */ public function next(): void {} /** @tentative-return-type */ public function hasChildren(): bool {} /** @tentative-return-type */ public function getChildren(): ?SimpleXMLElement {} } class SimpleXMLIterator extends SimpleXMLElement { }