Questions about this topic? Sign up to ask in the talk tab.
Difference between revisions of "PHP"
From NetSec
(→php cli) |
|||
Line 2: | Line 2: | ||
=Development Environment= | =Development Environment= | ||
==php cli== | ==php cli== | ||
+ | * php -l check syntax | ||
+ | * php -v version | ||
+ | * php -e oneliner | ||
+ | |||
==Pear/Pecl== | ==Pear/Pecl== | ||
Revision as of 12:34, 2 May 2012
PHP is one of many interpreted languages written in C.
Contents
Development Environment
php cli
- php -l check syntax
- php -v version
- php -e oneliner