PHPコマンドライン

jacklove
リリース: 2023-03-31 16:58:02
オリジナル
2144 人が閲覧しました

PHP コマンド ライン

php コマンド

jinxu@jinxu-ubuntu:~$ php -h
Usage: php [options] [-f] <file> [--] [args...]
   php [options] -r <code> [--] [args...]
   php [options] [-B <begin_code>] -R <code> [-E <end_code>] [--] [args...]
   php [options] [-B <begin_code>] -F <file> [-E <end_code>] [--] [args...]
   php [options] -S <addr>:<port> [-t docroot] [router]
   php [options] -- [args...]
   php [options] -a
  -a               Run interactively  -c <path>|<file> Look for php.ini file in this directory  -n               No configuration (ini) files will be used  -d foo[=bar]     Define INI entry foo with value &#39;bar&#39;  -e               Generate extended information for debugger/profiler  -f <file>        Parse and execute <file>.  -h               This help  -i               PHP information  -l               Syntax check only (lint)  -m               Show compiled in modules  -r <code>        Run PHP <code> without using script tags <?..?>  -B <begin_code>  Run PHP <begin_code> before processing input lines  -R <code>        Run PHP <code> for every input line  -F <file>        Parse and execute <file> for every input line  -E <end_code>    Run PHP <end_code> after processing all input lines  -H               Hide any passed arguments from external tools.  -S <addr>:<port> Run with built-in web server.  -t <docroot>     Specify document root <docroot> for built-in web server.  -s               Output HTML syntax highlighted source.  -v               Version number  -w               Output source with stripped comments and whitespace.  -z <file>        Load Zend extension <file>.
  args...          Arguments passed to script. Use -- args when first argument
                   starts with - or script is read from stdin
  --ini            Show configuration file names
  --rf <name>      Show information about function <name>.  --rc <name>      Show information about class <name>.  --re <name>      Show information about extension <name>.  --rz <name>      Show information about Zend extension <name>.  --ri <name>      Show configuration for extension <name>.
ログイン後にコピー
ログイン後にコピー

ローカル サーバーとして

  1. ##プロジェクトが存在するディレクトリを入力してください

  2. shift 右クリックしてコマンドラインを開きます

  3. 実行 php -S localhost:8000

  4. Open localhost:8000

    # ブラウザ内で

  5. ##スクリプトを実行

Execute

php [options] [-f] [--] [args...]

対話型コマンド

実行

php -a

PHPコマンドライン

phpコマンド

jinxu@jinxu-ubuntu:~$ php -h
Usage: php [options] [-f] <file> [--] [args...]
   php [options] -r <code> [--] [args...]
   php [options] [-B <begin_code>] -R <code> [-E <end_code>] [--] [args...]
   php [options] [-B <begin_code>] -F <file> [-E <end_code>] [--] [args...]
   php [options] -S <addr>:<port> [-t docroot] [router]
   php [options] -- [args...]
   php [options] -a
  -a               Run interactively  -c <path>|<file> Look for php.ini file in this directory  -n               No configuration (ini) files will be used  -d foo[=bar]     Define INI entry foo with value &#39;bar&#39;  -e               Generate extended information for debugger/profiler  -f <file>        Parse and execute <file>.  -h               This help  -i               PHP information  -l               Syntax check only (lint)  -m               Show compiled in modules  -r <code>        Run PHP <code> without using script tags <?..?>  -B <begin_code>  Run PHP <begin_code> before processing input lines  -R <code>        Run PHP <code> for every input line  -F <file>        Parse and execute <file> for every input line  -E <end_code>    Run PHP <end_code> after processing all input lines  -H               Hide any passed arguments from external tools.  -S <addr>:<port> Run with built-in web server.  -t <docroot>     Specify document root <docroot> for built-in web server.  -s               Output HTML syntax highlighted source.  -v               Version number  -w               Output source with stripped comments and whitespace.  -z <file>        Load Zend extension <file>.
  args...          Arguments passed to script. Use -- args when first argument
                   starts with - or script is read from stdin
  --ini            Show configuration file names
  --rf <name>      Show information about function <name>.  --rc <name>      Show information about class <name>.  --re <name>      Show information about extension <name>.  --rz <name>      Show information about Zend extension <name>.  --ri <name>      Show configuration for extension <name>.
ログイン後にコピー
ログイン後にコピー

ローカル サーバー

    プロジェクトが存在するディレクトリを入力します
  1. #右クリックしてコマンド ラインを開きます
  2. 実行 php -S localhost:8000
  3. ブラウザで localhost:8000 を開きます
  4. #スクリプトを実行

  5. Execute
php [オプション] [-f] [--] [args...]

対話型コマンド実行

php - a

## この記事では PHP コマンド ラインについて紹介します。関連コンテンツの詳細については、PHP 中国語 Web サイトを参照してください。

関連する推奨事項:

PHP によるクライアント情報の取得

PHP 時間処理

php ユーザー情報編集

以上がPHPコマンドラインの詳細内容です。詳細については、PHP 中国語 Web サイトの他の関連記事を参照してください。

関連ラベル:
php
ソース:php.cn
このウェブサイトの声明
この記事の内容はネチズンが自主的に寄稿したものであり、著作権は原著者に帰属します。このサイトは、それに相当する法的責任を負いません。盗作または侵害の疑いのあるコンテンツを見つけた場合は、admin@php.cn までご連絡ください。
最新の問題
人気のチュートリアル
詳細>
最新のダウンロード
詳細>
ウェブエフェクト
公式サイト
サイト素材
フロントエンドテンプレート
私たちについて 免責事項 Sitemap
PHP中国語ウェブサイト:福祉オンライン PHP トレーニング,PHP 学習者の迅速な成長を支援します!