Copyright 1997-2012 the PHP Documentation Group.
mysqli::disable_reads_from_master
mysqli_disable_reads_from_master
Disable reads from master
Description
Object oriented style
void mysqli::disable_reads_from_master();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.

User Comments
Add your own comment.