php man page for mysqli_init

Query: mysqli_init

OS: php

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

MYSQLI_INIT(3)								 1							    MYSQLI_INIT(3)

mysqli::init - Initializes MySQLi and returns a resource for use with mysqli_real_connect()

       Object oriented style

SYNOPSIS
mysqli mysqli::init (void )
DESCRIPTION
Procedural style mysqli mysqli_init (void ) Allocates or initializes a MYSQL object suitable for mysqli_options(3) and mysqli_real_connect(3). Note Any subsequent calls to any mysqli function (except mysqli_options(3)) will fail until mysqli_real_connect(3) was called.
RETURN VALUES
Returns an object.
EXAMPLES
See mysqli_real_connect(3).
SEE ALSO
mysqli_options(3), mysqli_close(3), mysqli_real_connect(3), mysqli_connect(3). PHP Documentation Group MYSQLI_INIT(3)
Related Man Pages
mysqli_errno(3) - php
mysqli_options(3) - php
mysqli_real_connect(3) - php
mysqli_get_charset(3) - php
mysqli_more_results(3) - php
Similar Topics in the Unix Linux Community
Trying to connect MYSQL server from HP-UX
Executing a command line in a directory and its subdirectories
MYSQL Query for last twelve months of records
Transistion to php mysqli
Mysql> SET GLOBAL max_connections = 250;