Query: mysqli_close
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
MYSQLI_CLOSE(3) 1 MYSQLI_CLOSE(3) mysqli::close - Closes a previously opened database connection Object oriented styleSYNOPSISbool mysqli::close (void )DESCRIPTIONProcedural style bool mysqli_close (mysqli $link) Closes a previously opened database connection.PARAMETERSo $ link -Procedural style only: A link identifier returned by mysqli_connect(3) or mysqli_init(3)RETURN VALUESReturns TRUE on success or FALSE on failure.EXAMPLESSee mysqli_connect(3).SEE ALSOmysqli::__construct, mysqli_init(3), mysqli_real_connect(3). PHP Documentation Group MYSQLI_CLOSE(3)
| Related Man Pages | 
|---|
| mysqli_init(3) - php | 
| mysqli_character_set_name(3) - php | 
| mysqli_get_host_info(3) - php | 
| mysqli_next_result(3) - php | 
| mysqli_ping(3) - php | 
| Similar Topics in the Unix Linux Community | 
|---|
| Downloading show garbage on the screen | 
| PHP table isn't displaying |