Add Documentation
This commit is contained in:
parent
1d9a6e7073
commit
bb0708b1d5
1 changed files with 2 additions and 2 deletions
|
|
@ -965,12 +965,12 @@ class Database
|
|||
return pg_fetch_result($ret, $p_row, $p_col);
|
||||
}
|
||||
|
||||
/**\brief wrapper for the function pg_fetch_row
|
||||
/**
|
||||
* \brief wrapper for the function pg_fetch_row
|
||||
* \param $ret is the result of pg_exec (exec_sql)
|
||||
* \param $p_row is the indice of the row
|
||||
* \return an array indexed from 0
|
||||
*/
|
||||
|
||||
static function fetch_row($ret, $p_row)
|
||||
{
|
||||
return pg_fetch_row($ret, $p_row);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue