PHP 8.3.4 Released!

Global Namespace

Here is an overview of code constructs that go into the global namespace:

  • functions

  • classes

  • interfaces

  • constants (not class constants)

  • variables defined outside of functions/methods

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top