|
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.7">pg_connection_reset説明bool pg_connection_reset ( resource connection)pg_connection_reset() reset connection with the same parameter when connection is made. It is useful for error recovery. It returns TRUE if it resets connection successfully, otherwise returns FALSE. See also pg_connect(), pg_pconnect() and pg_connection_status() |