PHP. Руководство по PHP. 2005
pg_select
pg_select
Описание
mixed pg_select (resource connection, string table_name, array assoc_array [, int options])pg_select() selects records specified by
assoc_array which has
field=>value. For a successful query, it returns an
array containing all records and fields that match the condition
specified by assoc_array.
If options is specified,
pg_convert() is applied to
assoc_array with the specified flags.
Внимание |
-Эта функция является ЭКСПЕРИМЕНТАЛЬНОЙ. Поведение этой функции, ее имя и относящаяся к ней документация могут измениться в последующих версиях PHP без уведомления. Используйте эту функцию на свой страх и риск. |