Searched refs:pg_lo_read (Results 1 – 4 of 4) sorted by relevance
27 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));
498 ZEND_FUNCTION(pg_lo_read);608 ZEND_FE(pg_lo_read, arginfo_pg_lo_read)609 ZEND_DEP_FALIAS(pg_loread, pg_lo_read, arginfo_pg_loread)
318 function pg_lo_read(PgSql\Lob $lob, int $length = 8192): string|false {} function
2581 PHP_FUNCTION(pg_lo_read) in PHP_FUNCTION() argument
Completed in 22 milliseconds