previousXML_sql2xml::add (Previous) (Next) XML_sql2xml::addXmlStringnext

View this page in Last updated: Sun, 18 Oct 2009
English | Brazilian Portuguese | Chinese | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Turkish

XML_sql2xml::addXmlFile

XML_sql2xml::addXmlFile – Ajoute un fichier XML

Synopsis

require_once "XML/sql2xml.php";

void XML_sql2xml::addXmlFile ( string $file , mixed $xpath = = null )

Description

Ajoute le contenu d'un fichier XML depuis le même degrès qu'un jeu de résultats normal (habituellement, juste après le tag racine).

Parameter

  • string $file - nom du fichier

  • mixed $xpath - soit une chaîne avec une expression XPath ou un tableau avec les clés "xpath"=>expression XPath et "root"=>tag/subtag/etc, qui sont les tags à être insérés avant le résultat.

Note

This function can not be called statically.

previousXML_sql2xml::add (Previous) (Next) XML_sql2xml::addXmlStringnext

Download Documentation Last updated: Sun, 18 Oct 2009
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.