update : 2015.11.03
php.shukuma.com검색:
|
cubrid_lob2_seek(PECL CUBRID >= 8.4.1) cubrid_lob2_seek — 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
To set the
If you use CUBRID_CURSOR_CURRENT for
If you use CUBRID_CURSOR_LAST for 인수
반환값
예제Example #1 cubrid_lob2_seek() example
<?php 참고
|