PHP 8.5.0 Alpha 1 available for testing

Voting

: min(seven, one)?
(Example: nine)

The Note You're Voting On

dan dot feder at civicactions dot com
3 months ago
Also note that closures are not serializable. So if you are storing a reference to a callback in a variable that will be serialized for caching or any other purpose, do not switch to this syntax or your serialization will break.

<< Back to user notes page

To Top