pg_lo_tell

Supported Versions: PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8
Returns current seek position a of large object
<?php pg_lo_tell(PgSql\Lob $lob): int
<?php     public static function castLargeObject($lo, array $a, Stub $stub, bool $isNested)

    {

        $a['seek position'] = pg_lo_tell($lo);



        return $a;

    }