Home
last modified time | relevance | path

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

/php-src/ext/pgsql/tests/
H A D05large_object.phpt29 var_dump(pg_lo_seek($handle, 2, /* PGSQL_SEEK_CUR */)); // This is the default so move cursor from 5
32 var_dump(pg_lo_seek($handle, 0, PGSQL_SEEK_SET)); /* Reset cursor to beginning */
34 var_dump(pg_lo_seek($handle, -4, PGSQL_SEEK_END)); /* Seek from the end */
/php-src/ext/pgsql/
H A Dpgsql_arginfo.h514 ZEND_FUNCTION(pg_lo_seek);
631 ZEND_FE(pg_lo_seek, arginfo_pg_lo_seek)
H A Dpgsql.stub.php801 function pg_lo_seek(PgSql\Lob $lob, int $offset, int $whence = SEEK_CUR): bool {} function
H A Dpgsql.c2764 PHP_FUNCTION(pg_lo_seek) in PHP_FUNCTION() argument

Completed in 28 milliseconds