Searched refs:pg_lo_seek (Results 1 – 4 of 4) sorted by relevance
29 var_dump(pg_lo_seek($handle, 2, /* PGSQL_SEEK_CUR */)); // This is the default so move cursor from 532 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 */
812 function pg_lo_seek(PgSql\Lob $lob, int $offset, int $whence = SEEK_CUR): bool {} function
551 ZEND_FUNCTION(pg_lo_seek);677 ZEND_FE(pg_lo_seek, arginfo_pg_lo_seek)
2959 PHP_FUNCTION(pg_lo_seek) in PHP_FUNCTION() argument
Completed in 25 milliseconds