mysqlnd_ms_match_wild(PECL mysqlnd_ms >= 1.1.0) mysqlnd_ms_match_wild — Finds whether a table name matches a wildcard pattern or not Описание
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. Список параметров
Возвращаемые значенияReturns TRUE table_name is matched by wildcard. Otherwise, returns FALSE Примеры
Пример #1 mysqlnd_ms_match_wild() example
<?phpРезультат выполнения данного примера: bool(true) bool(false) bool(true) bool(true) bool(true) bool(true) |
||