| 
 | mysqlnd_ms_match_wildFinds whether a table name matches a wildcard pattern or not Description
   bool
    mysqlnd_ms_match_wild
    ( string  $table_name, string$wildcard)Finds whether a table name matches a wildcard pattern or not. This function is not of much practical relevance with PECL mysqlnd_ms 1.1.0 because the plugin does not support MySQL replication table filtering yet. Parameters
 Return Values
   Returns  Examples
 Example #1 mysqlnd_ms_match_wild example 
<?phpThe above example will output: bool(true) bool(false) bool(true) bool(true) bool(true) bool(true) |