<?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; }