Constants in php PDF Print E-mail
User Rating: / 0
PoorBest 
Sunday, 12 July 2009
HTML clipboard

The constants in PHP are literals that do not begin with "$" and is initialized with the construction define(nomconst)
define ( "MAX_CLIENTS, 25);
Echo (MAX_CLIENTS);

The predefined constants __FILE__ and __LINE__ give us the filename and line number today.

 
< Prev   Next >
School Joomla Templates and Joomla Tutorials