|
PHP5中文手册
fbsql_close(PHP 4 >= 4.0.6, PHP 5) fbsql_close — Close FrontBase connection 说明
bool fbsql_close
([ resource $link_identifier
] )
Closes the connection to the FrontBase server that's associated with the specified link identifier. Using fbsql_close() isn't usually necessary, as non-persistent open links are automatically closed at the end of the script's execution. 参数
返回值如果成功则返回 TRUE,失败则返回 FALSE。 范例
Example#1 fbsql_close() example
<?php |