pg_lo_tell
PHP Manual
PHP Manual»PostgreSQL Funzioni»pg_lo_tell

pg_lo_tell

(PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8)

pg_lo_tell Restituisce la posizione attuale in un large object

Descrizione

function pg_lo_tell(resource $large_object): int

pg_lo_tell() restituisce la posizione attuale (offset dall'inizio di un large object).

Vedere anche pg_lo_seek().

To Top