Home
last modified time | relevance | path

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

/php-src/ext/pgsql/tests/
H A D05large_object.phpt27 var_dump(pg_lo_read($handle, 5));
30 var_dump(pg_lo_read($handle, 100)); // Read to the end because chunk is larger then remaining conte…
33 var_dump(pg_lo_read($handle));
35 var_dump(pg_lo_read($handle));
/php-src/ext/pgsql/
H A Dpgsql_arginfo.h509 ZEND_FUNCTION(pg_lo_read);
621 ZEND_FE(pg_lo_read, arginfo_pg_lo_read)
H A Dpgsql.stub.php744 function pg_lo_read(PgSql\Lob $lob, int $length = 8192): string|false {} function
H A Dpgsql.c2524 PHP_FUNCTION(pg_lo_read) in PHP_FUNCTION() argument

Completed in 30 milliseconds