The call_user_func() function can call a user-defined function given by "function" parameter. Example 1. <?php $func = "str_replace"; $output_single ...
確定! 回上一頁