php functions with keyword arguments??
[email protected] (Stephan Herschel)
| Newsgroups | php.lang |
|---|---|
| Organization | ProCeryon Biosciences GmbH. |
| Message-ID | <[email protected]> |
Hi, Is it possible to call php functions using keyword arguments (like you can do in python for instance)? This would be very convenient for functions with default parameters. that's how it could look like: foo(arg1=<value1>,arg5=<value5>) regards, stephan