PHP » GoLang |
login |
register |
about
|
GoLang mysqlnd_ms_match_wild
request it (305)
GoLang replacement for PHP's mysqlnd_ms_match_wild
[edit | history]
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 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
<?php The above example will output: bool(true) bool(false) bool(true) bool(true) bool(true) bool(true) |
more
Recently updated
more
Most requested
more
Last requests
|