PHP 8.5.0 Alpha 1 available for testing

Voting

: three plus six?
(Example: nine)

The Note You're Voting On

R4FC0R3
7 years ago
If you want to access directly on one category, just use:

<?php

print_r
(get_defined_constants(true)['Core']);

?>

you can replace 'Core' by the category you wish (e.g. user):

<?php

print_r
(get_defined_constants(true)['user']);

?>

Warning: only use this on development side

<< Back to user notes page

To Top