update page now
PHP 8.4.20 Released!

Voting

: max(four, four)?
(Example: nine)

The Note You're Voting On

Sbastien Fauvel
9 years ago
Note a small inconsistency when using __CLASS__ and __METHOD__ in traits (stand php 7.0.4): While __CLASS__ is working as advertized and returns dynamically the name of the class the trait is being used in, __METHOD__ will actually prepend the trait name instead of the class name!

<< Back to user notes page

To Top