pg_lo_write(PHP 4 >= 4.2.0, PHP 5) pg_lo_write — Write to a large object Описание
int pg_lo_write
( resource $large_object
, string $data
[, int $len
] )
pg_lo_write() writes data into a large object at the current seek position. To use the large object interface, it is necessary to enclose it within a transaction block.
Список параметров
Возвращаемые значенияThe number of bytes written to the large object, or FALSE on error. Примеры
Пример #1 pg_lo_write() example
<?php |
|
|
| © 2009 Тест скорости интернета | Boont.Ru |