Annexe R. Userland Naming Guide

Table des matières
Global Namespace
Rules
Tips

The following is a guide for how to best choose names for identifiers in PHP userland code. When choosing names for any code that creates symbols in the global namespace it is important to take into account the following guide lines to prevent future version of PHP to clash with userland code.

Global Namespace

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