未分類

PHP preg_replace_callback 過濾文字

$params[‘year’] = preg_replace_callback(“/[^0-9]/”,function ($input) { return ”;}, $params[‘year’]);
}