php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Go to the source code of this file.
Data Structures | |
class | SimpleXMLElement |
class | SimpleXMLIterator |
Functions | |
simplexml_load_file (string $filename, ?string $class_name=SimpleXMLElement::class, int $options=0, string $namespace_or_prefix="", bool $is_prefix=false) | |
simplexml_load_string (string $data, ?string $class_name=SimpleXMLElement::class, int $options=0, string $namespace_or_prefix="", bool $is_prefix=false) | |
simplexml_import_dom (object $node, ?string $class_name=SimpleXMLElement::class) | |
simplexml_import_dom | ( | object | $node, |
?string | $class_name = SimpleXMLElement::class ) |
Definition at line 9 of file simplexml.stub.php.
simplexml_load_file | ( | string | $filename, |
?string | $class_name = SimpleXMLElement::class, | ||
int | $options = 0, | ||
string | $namespace_or_prefix = "", | ||
bool | $is_prefix = false ) |
@generate-class-entries
Definition at line 5 of file simplexml.stub.php.
simplexml_load_string | ( | string | $data, |
?string | $class_name = SimpleXMLElement::class, | ||
int | $options = 0, | ||
string | $namespace_or_prefix = "", | ||
bool | $is_prefix = false ) |
Definition at line 7 of file simplexml.stub.php.