|
cubrid_lob2_seek64Move the cursor of a lob object. Beschreibung
bool cubrid_lob2_seek64
( resource
$lob_identifier
, string $offset
[, int $origin = CUBRID_CURSOR_CURRENT
] )
The cubrid_lob2_seek64 function is used to move the cursor
position of a lob object by the value set in the
To set the
If you use CUBRID_CURSOR_CURRENT for
If you use CUBRID_CURSOR_LAST for
Parameter-Liste
Rückgabewerte
BeispieleBeispiel #1 cubrid_lob2_seek64 example
<?phpSiehe auch
|