php man page for mysqli_close

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 style

SYNOPSIS
bool mysqli::close (void )
DESCRIPTION
Procedural style bool mysqli_close (mysqli $link) Closes a previously opened database connection.
PARAMETERS
o $ link -Procedural style only: A link identifier returned by mysqli_connect(3) or mysqli_init(3)
RETURN VALUES
Returns TRUE on success or FALSE on failure.
EXAMPLES
See mysqli_connect(3).
SEE ALSO
mysqli::__construct, mysqli_init(3), mysqli_real_connect(3). PHP Documentation Group MYSQLI_CLOSE(3)
Related Man Pages
mysqli_select_db(3) - php
mysqli_character_set_name(3) - php
mysqli_get_host_info(3) - php
mysqli_get_server_version(3) - php
mysqli_more_results(3) - php
Similar Topics in the Unix Linux Community
Downloading show garbage on the screen
PHP table isn't displaying