mysqli_escape_string

(PHP 5, PHP 7) Alias of mysqli_real_escape_string() This function is an alias of: mysqli_real_escape_string().

mysqli_enable_rpl_parse

(PHP 5 < 5.3.0) Enable RPL parse bool mysqli_enable_rpl_parse ( 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_enable_reads_from_master

(PHP 5 < 5.3.0) Enable reads from master bool mysqli_enable_reads_from_master ( 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_disable_rpl_parse

(PHP 5 < 5.3.0) Disable RPL parse bool mysqli_disable_rpl_parse ( 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::disable_reads_from_master

(PHP 5 < 5.3.0) Disable reads from master void mysqli::disable_reads_from_master ( void ) Object oriented style Procedural style bool mysqli_disable_reads_from_master ( 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_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

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_bind_result

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

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::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.