CaMykS  1.0-20231201
Functions
xml.php.inc File Reference

XML specific methods. More...

Functions

 xml_serialize2XML ($data, $name='xml')
 
 xml_unserialize ($data)
 
 xml_serializeToXML ($data)
 

Detailed Description

XML specific methods.

Engine / Tool Library

Author
CaMykS Team camyk.nosp@m.s.co.nosp@m.ntact.nosp@m.@gma.nosp@m.il.co.nosp@m.m
Version
1.0.1
Date
Creation: Oct 2007
Modification: Apr 2018
Note
This program is distributed as is - WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Function Documentation

◆ xml_serialize2XML()

xml_serialize2XML (   $data,
  $name = 'xml' 
)

Serialize PHP var to XML.

Parameters
mixed$data
string$name
Returns
string

◆ xml_unserialize()

xml_unserialize (   $data)

Unserialize XML data to array object.

Parameters
string$data
Returns
array

◆ xml_serializeToXML()

xml_serializeToXML (   $data)

Serialize PHP var to XML.*

See also
xml_serialize2XML()
Parameters
mixed$data
Returns
string
Deprecated:
: Old fashion style, use xml_serialize2XML