mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
[APIS-556][PHP]Manual page for cubrid_close_request() should be edited
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330463 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
f5beedad8a
commit
e5cf19e7be
1 changed files with 2 additions and 0 deletions
|
@ -63,6 +63,8 @@ $conn = cubrid_connect("localhost", 33000, "demodb", "public", "");
|
|||
|
||||
$req = cubrid_prepare($conn, "select * from test_lob");
|
||||
|
||||
cubrid_execute($req);
|
||||
|
||||
cubrid_move_cursor($req, 3, CUBRID_CURSOR_FIRST);
|
||||
|
||||
$row = cubrid_fetch($req, CUBRID_NUM | CUBRID_LOB);
|
||||
|
|
Loading…
Reference in a new issue