Source for file serializeIndexedArray.php
Documentation is available at serializeIndexedArray.php
* This example demonstrates the use of
* It can be used to serialize an indexed array
* like ext/simplexml does, by using the name
* of the parent tag, while omitting this tag.
* @author Stephan Schmidt <schst@php.net>
require_once 'XML/Serializer.php';
"rootAttributes" => array ("version" => "0.91"),
"title" => "Example RDF channel",
"link" => "http://www.php-tools.de",
"title" => "Example image",
"url" => "http://www.php-tools.de/image.gif",
"link" => "http://www.php-tools.de"
"title" => "Example item",
"link" => "http://example.com"
"title" => "Another item",
"link" => "http://example.com"
"title" => "I think you get it...",
"link" => "http://example.com"
Documentation generated on Mon, 11 Mar 2019 10:15:34 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|