mysqli_disable_rpl_parse

(PHP 5)

mysqli_disable_rpl_parse -- 

Description

void mysqli_disable_rpl_parse ( object link)

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.

0000BB"><?php
    
/* Create a trace file in '/tmp/client.trace' on the local (client) machine: */
mysqli_debug("d:t:0,/tmp/client.trace");
    
?>