Full index
Package indexes
iam_csvdump
a
d
i
_
a
top
arrayToCsvString
iam_csvdump::arrayToCsvString()
in iam_csvdump.php
Takes an array and creates a csv string from it.
d
top
dump
iam_csvdump::dump()
in iam_csvdump.php
Generate the CSV File and send it to browser or download it as a file
i
top
iam_csvdump.php
iam_csvdump.php
in iam_csvdump.php
iam_csvdump
iam_csvdump
in iam_csvdump.php
IAM_CSVDump A class form performing a query dump and sending it to the browser or setting it or download.
_
top
_db_connect
iam_csvdump::_db_connect()
in iam_csvdump.php
Generates a CSV File from an SQL String (and outputs it to the browser)
_define_newline
iam_csvdump::_define_newline()
in iam_csvdump.php
Define EOL character according to target OS
_generate_csv
iam_csvdump::_generate_csv()
in iam_csvdump.php
Generates a CSV File from an SQL String (and outputs it to the browser)
_get_browser_type
iam_csvdump::_get_browser_type()
in iam_csvdump.php
Define the client's browser type
_get_mime_type
iam_csvdump::_get_mime_type()
in iam_csvdump.php
Define MIME-TYPE according to target Browser
_valToCsvHelper
iam_csvdump::_valToCsvHelper()
in iam_csvdump.php
Works on a string to include in a csv string.
a
d
i
_