What does parsing means in 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.

  • 14 Els usuaris han Trobat Això Útil
Ha estat útil la resposta?

Articles Relacionats

I'm new to PHP, where should I start?

You can refer the following link to understand about PHP code,The official PHP web site as a lot...

I have starting to know a bit of PHP, now how do I...?

---------------------------Introductory PHP Tutorials :---------------------------(in no...

What's the best way to start writing a PHP program?

Firstly figure out, on paper, exactly what you want to do. Otherwise, you'll just be coding...

How can I call a command line executable from within PHP?

Check out the "Program Execution functions" here :...