search
HomeBackend DevelopmentPHP ProblemWhat is the use of php cli mode?

What is the use of php cli mode?

Oct 14, 2019 pm 01:26 PM
php

CLI mode is actually the command line running mode, the full English name is Command-Line Interface (Command Line Interface)

What is the use of php cli mode?

Advantages and usage occasions of PHP-CLI mode: (Recommended learning: PHP video tutorial)

1. Fully supports multi-threading

2. As above, scheduled tasks can be implemented

3. To develop desktop applications is to use PHP-CLI and GTK packages

4. Use php to write shell scripts under Linux

Run PHP in interactive shell mode

Interactive shell mode saves the entered historical commands and can be accessed using the up and down keys. The history is saved in the ~/.php_history file.

$ php -a
Interactive shell

php > echo 5+8;
13
php > function addTwo($n)
php > {
php { return $n + 2;
php { }
php > var_dump(addtwo(2));
int(4)

The above is the detailed content of What is the use of php cli mode?. For more information, please follow other related articles on the PHP Chinese website!

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

VSCode Windows 64-bit Download

VSCode Windows 64-bit Download

A free and powerful IDE editor launched by Microsoft

SublimeText3 English version

SublimeText3 English version

Recommended: Win version, supports code prompts!

SublimeText3 Linux new version

SublimeText3 Linux new version

SublimeText3 Linux latest version

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools