Home : PHP :
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.

Created : 11 Mar 2002
Modified : 11 Mar 2002
Viewed : 1521 times.
Print Article