What does parsing means in PHP?
Category :
PHP
Parsing is the process where the php source code (.php, .php3, .php4, .phtml or
whatever) is converted into code which is run. Parsing checks the syntax
of the source code, the validity of what is written.
|