update : 2015.11.03
php.shukuma.com검색:
|
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 예제
Example #1 mysqlnd_ms_match_wild() example
<?php 위 예제의 출력: bool(true) bool(false) bool(true) bool(true) bool(true) bool(true) |