PHP 8.5.0 Alpha 4 available for testing

Voting

: max(six, seven)?
(Example: nine)

The Note You're Voting On

njt1982 at yahoo dot com
1 year ago
It's worth noting that the `header` array seems to only want an array of strings, not an associative array.

I just spent a chunk of time debugging something not working as expected (no errors though) which was fixed by converting an associative array of headers into a simple array of strings.

<< Back to user notes page

To Top