mysql_close

mysql_close -- Close MySQL connection

Description

bool mysql_close ( [resource link_identifier])

Returns TRUE on success , FALSE on failure .

Poznámka: mysql_close() will not close persistent links created by mysql_pconnect() .

Príklad 1 .