PHP 7.0.6 Released

mysqli_master_query

(PHP 5 < 5.3.0)

mysqli_master_queryEnforce execution of a query on the master in a master/slave setup

Description

bool mysqli_master_query ( mysqli $link , string $query )
Warning

This function is currently not documented; only its argument list is available.

Warning

This function has been DEPRECATED and REMOVED as of PHP 5.3.0.

User Contributed Notes

There are no user contributed notes for this page.
To Top