[ Index ]
 

Code source de phpMyAdmin 2.10.3

Accédez au Source d'autres logiciels libres

Classes | Fonctions | Variables | Constantes | Tables

title

Body

[fermer]

/libraries/export/ -> xml.php (sommaire)

Set of functions used to build XML dumps of tables

Poids: 174 lignes (5 kb)
Inclus ou requis:0 fois
Référencé: 0 fois
Nécessite: 0 fichiers

Définit 7 fonctions

  PMA_exportComment()
  PMA_exportFooter()
  PMA_exportHeader()
  PMA_exportDBHeader()
  PMA_exportDBFooter()
  PMA_exportDBCreate()
  PMA_exportData()

Fonctions
Fonctions qui ne font pas partie d'une Classe:

PMA_exportComment($text)   X-Ref
Outputs comment

param: string      Text of comment
return: bool        Whether it suceeded

PMA_exportFooter()   X-Ref
Outputs export footer

return: bool        Whether it suceeded

PMA_exportHeader()   X-Ref
Outputs export header

return: bool        Whether it suceeded

PMA_exportDBHeader($db)   X-Ref
Outputs database header

param: string      Database name
return: bool        Whether it suceeded

PMA_exportDBFooter($db)   X-Ref
Outputs database footer

param: string      Database name
return: bool        Whether it suceeded

PMA_exportDBCreate($db)   X-Ref
Outputs create database database

param: string      Database name
return: bool        Whether it suceeded

PMA_exportData($db, $table, $crlf, $error_url, $sql_query)   X-Ref
Outputs the content of a table

param: string      the database name
param: string      the table name
param: string      the end of line sequence
param: string      the url to go back in case of error
param: string      SQL query for obtaining data
return: bool        Whether it suceeded



Généré le : Mon Nov 26 15:18:20 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics