Variadic functions in PHP5.6

PHP 5.6 comes with some new features. This post is to preview the Variadic functions This new feature looks as follows: We have a new operator … and it is to be a replacement for the usage of func_get_args() to access the function parameters. In my opinion relying on the func_get_args() to access the function … Continue reading Variadic functions in PHP5.6