[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:
Esen Sagynov 2013-06-10 07:46:10 +00:00
parent f5beedad8a
commit e5cf19e7be

View file

@ -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);