mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
[APIS-557][PHP]cubrid_lob2_seek64 example does not work properly
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330446 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
176bd82241
commit
62a4aa93e4
1 changed files with 2 additions and 2 deletions
|
@ -93,8 +93,8 @@ $req = cubrid_execute($conn, "select * from test_lob");
|
|||
$row = cubrid_fetch_row($req, CUBRID_LOB);
|
||||
$lob = $row[1];
|
||||
|
||||
cubrid_lob2_seek($lob, "20101029056306120215", CUBRID_CURSOR_FIRST);
|
||||
$data = $cubrid_lob2_read($lob, 20);
|
||||
cubrid_lob2_seek64($lob, "20101029056306120215", CUBRID_CURSOR_FIRST);
|
||||
$data = cubrid_lob2_read($lob, 20);
|
||||
|
||||
cubrid_disconnect($conn);
|
||||
?>
|
||||
|
|
Loading…
Reference in a new issue