mcve_getcell
(PHP 4 >= 4.2.0)
mcve_getcell -- Get a specific cell from a comma delimited
response by column name
Description
string mcve_getcell ( resource conn, int identifier, string
column, int row)
Warning
This function is currently not documented; only the argument
list is available.
mcve_getcellbynum
(PHP 4 >= 4.2.0)
mcve_getcellbynum -- Get a specific cell from a comma delimited
response by column number
Description
string mcve_getcellbynum ( resource conn, int identifier,
int column, int row)
Warning
This function is currently not documented; only the argument
list is available.
|