Home
last modified time | relevance | path

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

/PHP-8.1/ext/pgsql/tests/
H A D05large_object.phpt43 $bytesWritten = pg_lo_read_all($handle);
46 if (pg_last_error($db)) echo "pg_lo_read_all() error\n".pg_last_error();
/PHP-8.1/ext/pgsql/
H A Dpgsql_arginfo.h500 ZEND_FUNCTION(pg_lo_read_all);
612 ZEND_FE(pg_lo_read_all, arginfo_pg_lo_read_all)
613 ZEND_DEP_FALIAS(pg_loreadall, pg_lo_read_all, arginfo_pg_loreadall)
H A Dpgsql.stub.php334 function pg_lo_read_all(PgSql\Lob $lob): int {} function
H A Dpgsql.c2656 PHP_FUNCTION(pg_lo_read_all) in PHP_FUNCTION() argument

Completed in 23 milliseconds