fix a bug in doc of cubrid_close_request & cubrid_close_prepare : change cubrid_discommect to cubrid_disconnect

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@307049 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Esen Sagynov 2011-01-04 01:01:25 +00:00
parent f7c419a162
commit e3a86587b7
2 changed files with 2 additions and 2 deletions

View file

@ -59,7 +59,7 @@ if ($con) {
}
cubrid_close_prepare($re1);
}
cubrid_discommect($con);
cubrid_disconnect($con);
}
?>
]]>

View file

@ -59,7 +59,7 @@ if ($con) {
}
cubrid_close_request($re1);
}
cubrid_discommect($con);
cubrid_disconnect($con);
}
?>
]]>