..


Sponsored Links

What is the difference between a variable and a constant in PHP?

A variable is a storage space to house data that can be changed during the execution of an application. A constant, conversely, a value can not be changed. If during the flow of the application is trying to change the value assigned to a constant, the PHP engine will return an error.

In the same category ...
E-Learning
Linux (Course) Linux (Course)
Complete guide to open-source system. From 49 €.
MySQL (Course) MySQL (Course)
Management of open-source database. From 39 €.
PHP (Course) PHP (Course)
Full course for creating dynamic Web sites. From 49 €.
Sponsored Links