Source for file serializeArrayWithObjects.php
Documentation is available at serializeArrayWithObjects.php
* This example shows how to create an RDF document
* with a few lines of code.
* This can also be done with mode => simplexml
* @author Stephan Schmidt <schst@php.net>
* @see serializeIndexedArray.php
require_once 'XML/Serializer.php';
$serializer->setErrorHandling (PEAR_ERROR_DIE );
$result = $serializer->serialize($array, array ( 'classAsTagName' => true ));
Documentation generated on Mon, 11 Mar 2019 14:14:04 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|