pg_get_result(PHP 4 >= 4.2.0, PHP 5) pg_get_result — Get asynchronous query result Описание
resource pg_get_result
([ resource $connection
] )
pg_get_result() gets the result resource from an asynchronous query executed by pg_send_query(), pg_send_query_params() or pg_send_execute(). pg_send_query() and the other asynchronous query functions can send multiple queries to a PostgreSQL server and pg_get_result() is used to get each query's results, one by one. Список параметров
Возвращаемые значенияThe result resource, or FALSE if no more results are available. Примеры
Пример #1 pg_get_result() example
<?phpРезультат выполнения данного примера:
|
|
|
| © 2009 Тест скорости интернета | Boont.Ru |