Methods Summary | ||
---|---|---|
public
|
#
__construct( string $data , bool $auto_trim = false, int $level = NULL, bool $is_clone = false )
Constructor for the xml parser.
Example use:
$xml = new xmlArray(file('data.xml'));
|
|
public
|
||
public
|
||
public
|
||
public
|
||
public
|
||
public
|
||
public
|
#
create_xml( string $path = NULL )
Create an xml file from an xmlArray, the specified path if any.
Example use:
echo $this->create_xml();
|
|
public
|
||
protected
|
||
protected
|
||
protected
|
||
public
|
||
protected
|
||
protected
|
||
protected
|
Properties Summary | ||
---|---|---|
public
array
|
$array
|
#
NULL
|
public
int
|
$debug_level
|
#
NULL
|
public
bool
|
$trim
holds trim level textual data
|
#
NULL
|