Voting

: min(eight, four)?
(Example: nine)

The Note You're Voting On

jake at qzdesign dot co dot uk
6 years ago
The `args` element contains only the arguments actually passed to the function or method. It does not include default parameters if they were not explicitly specified. (A least, this is the case with PHP 7.1.9.) This is consistent with the behaviour of `func_get_args()`.

<< Back to user notes page

To Top