PHP5 OOPS Tutorial – Defining Class Constants
In PHP5 we can defines class level constants that will not change its value within the class scope. We can use the class constants in php5 using a new keyowrd “const”. Only a “string” or numeric values can be assigned to a constant. Other variables like Arrays,objects,expressions are not allowed to assign to a constant in that class.
Want to have your say? just login


Be first to show your opinion !!!