pg_lo_import(PHP 4 >= 4.2.0, PHP 5) pg_lo_import — Import a large object from file Описание
int pg_lo_import
( resource $connection
, string $pathname
)
int pg_lo_import
( string $pathname
)
pg_lo_import() creates a new large object in the database using a file on the filesystem as its data source. To use the large object interface, it is necessary to enclose it within a transaction block.
Список параметров
Возвращаемые значенияThe OID of the newly created large object, or FALSE on failure. Список изменений
Примеры
Пример #1 pg_lo_import() example
<?php |
|
|
| © 2009 Тест скорости интернета | Boont.Ru |