(PECL CUBRID >= 8.4.1)
Move the cursor of a lob object.
bool cubrid_lob2_seek ( resource $lob_identifier, int $offset [, int $origin = CUBRID_CURSOR_CURRENT ] )
The cubrid_lob2_seek() function is used to move the cursor position of a lob object by the value set in the offset argument, to the direction set in the origin argument.
To set the origin argument, you can use CUBRID_CURSOR_FIRST to set the cursor position movi