Changes

Jump to: navigation, search

PHP Constants

391 bytes added, 18:50, 11 May 2009
no edit summary
<table border="0" cellspacing="0" width="100%">
<tr>
<td width="20%">[[Understanding PHP Variable Types|Previous]]<td align="center">[[PHP Essentials|Table of Contents]]<td width="20%" align="right">[[PHP Operators|Next]]</td>
<tr>
<td width="20%">Understanding PHP Variable Types<td align="center"><td width="20%" align="right">PHP Operators</td>
</table>
<hr>
 
 
<google>BUY_PHP</google>
 
 
If you look up the word constant in a dictionary it will probably tell you that the word is used to describe something that is non-changing and non-variable, and this is exactly the purpose of constants in PHP. A PHP constatnt is the opposite of a variable in that once it has been defined it cannot be changed.

Navigation menu