PHP 8.3.21 Released!

Voting

: six minus one?
(Example: nine)

The Note You're Voting On

thsoft at vipmail dot hu
17 years ago
Unfortunately, you can't pass arrays to PHP from XLST.
But you can pass an arbitrary number of arguments to a PHP function and then get them with func_get_args() as an array.
[There's no sense writing a function that is identical to the array() construct, because a function's return value is converted to a string when passed as an argument to another function. This means deep arrays cannot be handled this way.]

<< Back to user notes page

To Top