mysqli_fetch

(PHP 5 < 5.4.0) Alias for mysqli_stmt_fetch() This function is an alias of mysqli_stmt_fetch(). This function has been DEPRECATED as of PHP 5.3.0 and REMOVED as of PHP 5.4.0. See also: mysqli_stmt_fetch() -

mysqli_execute

(PHP 5, PHP 7) Alias for mysqli_stmt_execute() This function is an alias of mysqli_stmt_execute(). Notes: mysqli_execute() is deprecated and will be removed. See also: mysqli_stmt_execute() -

mysqli_get_cache_stats

(PHP 5 >= 5.3.0 and < 5.4.0) Returns client Zval cache statistics array mysqli_get_cache_stats ( void ) Returns an empty array. Available only with mysqlnd. Returns: Returns an empty array on success, FALSE otherwise. Changelog: 5.4.0 The mysqli_get_cache_stats() was removed. 5.3.0 The mysqli_get_cache_stats() was

mysqli_get_links_stats

(PHP 5 >= 5.6.0, PHP 7) Return information about open and cached links array mysqli_get_links_stats ( void ) mysqli_get_links_stats() returns information about open and cached MySQL links. Returns: mysqli_get_links_stats() returns an associative array with three elements, keyed as follows: total An integer indicating the total number of open links in any state. active_plinks An integ

mysqli_warning::next

(PHP 5, PHP 7) The next purpose public void mysqli_warning::next ( void ) Returns: This function is currently not documented; only its argument list is available.

mysqli_bind_param

(PHP 5 < 5.4.0) Alias for mysqli_stmt_bind_param() This function is an alias of mysqli_stmt_bind_param(). This function has been DEPRECATED as of PHP 5.3.0 and REMOVED as of PHP 5.4.0. See also: mysqli_stmt_bind_param() -

mysqli_warning::__construct

(PHP 5, PHP 7) The __construct purpose public mysqli_warning::__construct ( void ) Returns: This function is currently not documented; only its argument list is available.

mysqli_client_encoding

(PHP 5 < 5.4.0) Alias of mysqli_character_set_name() This function is an alias of mysqli_character_set_name(). This function has been DEPRECATED as of PHP 5.3.0 and REMOVED as of PHP 5.4.0. See also: mysqli_real_escape_string() -

mysqli_driver::$report_mode

(PHP 5, PHP 7) Enables or disables internal report functions bool mysqli_report ( int $flags ) Object oriented style int $mysqli_driver->report_mode ; Procedural style A function helpful in improving queries during code development and testing. Depending on the flags, it reports errors from mysqli function calls or queries that don't use an index (or use a bad index). Parameters:

mysqli_connect

(PHP 5, PHP 7) Alias of mysqli::__construct() This function is an alias of: mysqli::__construct() Although the mysqli::__construct() documentation also includes procedural examples that use the mysqli_connect() function, here is a short example: Examples: mysqli_connect() example <?php $link = mysqli_connect("127.0.0.1", "my_user", "my_password", "my_d