Warning: file_put_contents(): Only -1 of 136 bytes written, possibly out of free disk space in /var/www/html/index.php on line 3

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/index.php:3) in /var/www/html/cache.php on line 23

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/index.php:3) in /var/www/html/cache.php on line 24

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/index.php:3) in /var/www/html/cache.php on line 25
mysqli_rpl_probe mysqli_select_db mysqli PHP Manual mysqli_rpl_query_type mysqli->rpl_query_type() (PHP 5) mysqli->rpl_query_type() — Returns RPL query type Description Procedural style: int (...
Forum und email

mysqli_rpl_query_type

mysqli->rpl_query_type()

(PHP 5)

mysqli->rpl_query_type() — Returns RPL query type

Description

Procedural style:

int mysqli_rpl_query_type ( mysqli $link , string $query )

Object oriented style (method)

mysqli
int rpl_query_type ( string $query )

Returns MYSQLI_RPL_MASTER, MYSQLI_RPL_SLAVE or MYSQLI_RPL_ADMIN depending on a query type. INSERT, UPDATE and similar are master queries, SELECT is slave, and FLUSH, REPAIR and similar are admin.

Warning

Αυτή η συνάρτηση επί του παρόντος δεν είναι τεκμηριωμένη, μόνο ο κατάλογος των argument της είναι διαθέσιμος.