SimpleXMLElement クラス
(PHP 5, PHP 7)
はじめに
XML ドキュメントの要素をあらわします。
クラス概要
final public __construct
(
string $data
[,
int $options
= 0
[,
bool $data_is_url
= FALSE
[,
string $ns
= ""
[,
bool $is_prefix
= FALSE
]]]] )
public addAttribute
(
string $name
[,
string $value
[,
string $namespace
]] ) :
void
public count
(
void
) :
int
public getDocNamespaces
([
bool $recursive
= FALSE
[,
bool $from_root
= TRUE
]] ) :
array
public xpath
(
string $path
) :
array
}
目次