mysqli_rpl_probe

(PHP 5 < 5.3.0) RPL probe bool mysqli_rpl_probe ( mysqli $link ) This function is currently not documented; only its argument list is available. This function has been DEPRECATED and REMOVED as of PHP 5.3.0.

mysqli_rpl_parse_enabled

(PHP 5 < 5.3.0) Check if RPL parse is enabled int mysqli_rpl_parse_enabled ( mysqli $link ) This function is currently not documented; only its argument list is available. This function has been DEPRECATED and REMOVED as of PHP 5.3.0.

mysqli_report

(PHP 5, PHP 7) Alias of mysqli_driver->report_mode This function is an alias of: mysqli_driver->report_mode

mysqli_param_count

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

mysqli_master_query

(PHP 5 < 5.3.0) Enforce execution of a query on the master in a master/slave setup bool mysqli_master_query ( mysqli $link, string $query ) This function is currently not documented; only its argument list is available. This function has been DEPRECATED and REMOVED as of PHP 5.3.0.

mysqli_get_metadata

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

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_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_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() -