[ PHPXref.com ] [ Generated: Sun Jul 20 19:46:00 2008 ] [ phpMyAdmin 2.9.0.3 ]
[ Index ]     [ Variables ]     [ Functions ]     [ Classes ]     [ Constants ]     [ Statistics ]

title

Body

[close]

/libraries/ -> read_dump.lib.php (summary)

(no description)

File Size: 205 lines (7 kb)
Included or required: 1 time
Referenced: 0 times
Includes or requires: 0 files

Defines 2 functions

  PMA_splitSqlFile()
  PMA_readFile()

Functions
Functions that are not part of a class:

PMA_splitSqlFile(&$ret, $sql, $release)   X-Ref
Removes comment lines and splits up large sql files into individual queries

Last revision: September 23, 2001 - gandon

param: array    the splitted sql commands
param: string   the sql commands
param: integer  the MySQL release number (because certains php3 versions
return: boolean  always true

PMA_readFile($path, $mime = '')   X-Ref
Reads (and decompresses) a (compressed) file into a string

param: string   the path to the file
param: string   the MIME type of the file, if empty MIME type is autodetected
return: string   the content of the file or



[ Powered by PHPXref - Served by Debian GNU/Linux ]