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_select_db(3) - php |
mysqli_real_query(3) - php |
mysqli_character_set_name(3) - php |
mysqli_error_list(3) - php |
mysqli_get_proto_info(3) - php |
Similar Topics in the Unix Linux Community |
---|
Downloading show garbage on the screen |
PHP table isn't displaying |