Rapide Advanced Adulte
   language references   
Resultatslanguage references   |   Contact

     Manuel PHP     

 

Table :

.Basic syntax
.Types
.Variables
.Constants
.Expressions
.Operators
.Control Structures
.Functions
.Classes and Objects (PHP 4)
.Classes and Objects (PHP 5)
.Namespaces
.Exceptions
.References Explained
 
   

  language references  



References Explained

Table of Contents

What References Are

References in PHP are a means to access the same variable content by different names. They are not like C pointers; instead, they are symbol table aliases. Note that in PHP, variable name and variable content are different, so the same content can have different names. The most close analogy is with Unix filenames and files - variable names are directory entries, while variable contents is the file itself. References can be thought of as hardlinking in Unix filesystem.




 Back to chapter Php

 

Top
 

Add JungleKey to your Explorer

 
 

About Us | © 2007 JungleKey

   PHP 手册



iBlack | Mobile | Wiki | Add Engine
.