pg_lo_open(PHP 4 >= 4.2.0, PHP 5) pg_lo_open — Open a large object Описание
resource pg_lo_open
( resource $connection
, int $oid
, string $mode
)
pg_lo_open() opens a large object in the database and returns large object resource so that it can be manipulated. Внимание
Do not close the database connection before closing the large object resource. To use the large object interface, it is necessary to enclose it within a transaction block.
Список параметров
Возвращаемые значенияA large object resource or FALSE on error. Примеры
Пример #1 pg_lo_open() example
<?php |
|
|
| © 2009 Тест скорости интернета | Boont.Ru |