php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
simplexml.stub.php File Reference

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)
 

Function Documentation

◆ simplexml_import_dom()

simplexml_import_dom ( object $node,
?string $class_name = SimpleXMLElement::class )

Definition at line 9 of file simplexml.stub.php.

◆ simplexml_load_file()

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()

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.