PHP 8.5.0 Beta 1 available for testing

Voting

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

The Note You're Voting On

chris at ocproducts dot com
2 years ago
Note that __CLASS__ and __METHOD__ both reference the class the code is written in, not whatever the object class is. E.g. if you have an object of class B inheriting from class A, any usage of __CLASS__ in class A is going to give "A".

<< Back to user notes page

To Top