Home Regional Beliebte Orte Webkatalog Produktsuche Suche Community Spiele Webmaster TV Autokennzeichen
Webmaster > PHP-Handbuch
PHP-Handbuch


Userland Naming Guide

Inhaltsverzeichnis

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.

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




Copyright © 1997 - 2008 by the PHP Documentation Group.
Diese Dokumentation kann hier heruntergeladen und gelesen werden. Alle Angaben ohne Gewähr.
Sämtliche Marken, Warenzeichen und Firmenbezeichnungen unterliegen dem Copyright der jeweiligen Eigentümer.