|
mysqlnd_ms_match_wildFinds whether a table name matches a wildcard pattern or not Beschreibung
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. Parameter-Liste
Rückgabewerte
Returns Beispiele
Beispiel #1 mysqlnd_ms_match_wild example
<?phpDas oben gezeigte Beispiel erzeugt folgende Ausgabe: bool(true) bool(false) bool(true) bool(true) bool(true) bool(true) |