maxdb->disable_reads_from_master -- Disable reads from master
Description
Procedural style:
void maxdb_disable_reads_from_master ( resource link )
Object oriented style (method):
class maxdb { void disable_reads_from_master ( void ) }
Warning
This function is
EXPERIMENTAL. The behaviour of this function, the
name of this function, and anything else documented about this
function may change without notice in a future release of PHP.
Use this function at your own risk.