Home
last modified time | relevance | path

Searched refs:Lob (Results 1 – 4 of 4) sorted by relevance

/PHP-8.1/ext/pgsql/
H A Dpgsql.stub.php27 final class Lob class
309 function pg_lo_close(PgSql\Lob $lob): bool {}
315 function pg_loclose(PgSql\Lob $lob): bool {}
318 function pg_lo_read(PgSql\Lob $lob, int $length = 8192): string|false {}
324 function pg_loread(PgSql\Lob $lob, int $length = 8192): string|false {}
332 function pg_lowrite(PgSql\Lob $lob, string $data, ?int $length = null): int|false {}
334 function pg_lo_read_all(PgSql\Lob $lob): int {}
340 function pg_loreadall(PgSql\Lob $lob): int {}
375 function pg_lo_seek(PgSql\Lob $lob, int $offset, int $whence = SEEK_CUR): bool {}
377 function pg_lo_tell(PgSql\Lob $lob): int {}
[all …]
H A Dpgsql_arginfo.h219 ZEND_BEGIN_ARG_WITH_RETURN_OBJ_TYPE_MASK_EX(arginfo_pg_lo_open, 0, 1, PgSql\\Lob, MAY_BE_FALSE)
228 ZEND_ARG_OBJ_INFO(0, lob, PgSql\\Lob, 0)
234 ZEND_ARG_OBJ_INFO(0, lob, PgSql\\Lob, 0)
241 ZEND_ARG_OBJ_INFO(0, lob, PgSql\\Lob, 0)
249 ZEND_ARG_OBJ_INFO(0, lob, PgSql\\Lob, 0)
271 ZEND_ARG_OBJ_INFO(0, lob, PgSql\\Lob, 0)
279 ZEND_ARG_OBJ_INFO(0, lob, PgSql\\Lob, 0)
/PHP-8.1/
H A DUPGRADING148 . The PgSQL functions now accept and return, respectively, \PgSql\Lob
H A DNEWS1771 . Convert resource<pgsql large object> to object \PgSql\Lob. (Máté)

Completed in 24 milliseconds