downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

Global Namespace> <List of Parser Tokens
[edit] Last updated: Fri, 24 Jun 2011

view this page in

Userland Naming Guide

Table of Contents

The following is a guide for how to best choose names for identifiers in userland PHP code. When choosing names for any code that creates symbols in the global namespace, it is important to take into account the following guidelines to prevent future versions of PHP from clashing with your symbols.



add a note add a note User Contributed Notes Userland Naming Guide - [1 notes]