Lines Matching refs:Lob
680 function pg_lo_open($connection, $oid = UNKNOWN, string $mode = UNKNOWN): PgSql\Lob|false {}
688 function pg_loopen($connection, $oid = UNKNOWN, string $mode = UNKNOWN): PgSql\Lob|false {}
690 function pg_lo_close(PgSql\Lob $lob): bool {}
696 function pg_loclose(PgSql\Lob $lob): bool {}
699 function pg_lo_read(PgSql\Lob $lob, int $length = 8192): string|false {}
705 function pg_loread(PgSql\Lob $lob, int $length = 8192): string|false {}
707 function pg_lo_write(PgSql\Lob $lob, string $data, ?int $length = null): int|false {}
713 function pg_lowrite(PgSql\Lob $lob, string $data, ?int $length = null): int|false {}
715 function pg_lo_read_all(PgSql\Lob $lob): int {}
721 function pg_loreadall(PgSql\Lob $lob): int {}
756 function pg_lo_seek(PgSql\Lob $lob, int $offset, int $whence = SEEK_CUR): bool {}
758 function pg_lo_tell(PgSql\Lob $lob): int {}
760 function pg_lo_truncate(PgSql\Lob $lob, int $size): bool {}
920 final class Lob class