php7.0
command-line interpreter for the PHP scripting language
Install
- All systems
-
curl cmd.cat/php7.0.sh
- Debian
-
apt-get install php7.0-cli - Ubuntu
-
apt-get install php7.0-cli - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install php7.0-cli - Raspbian
-
apt-get install php7.0-cli
php7.0-cli
command-line interpreter for the PHP scripting language
This package provides the /usr/bin/php7.0 command interpreter, useful for testing PHP scripts from a shell or performing general shell scripting tasks. The following extensions are built in: Core date filter hash libxml openssl pcntl pcre Reflection session SPL standard zlib. PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML.