php常用命令_PHP教程

來源:互聯網
上載者:User
1.php -v 查看版本號碼

[root@rs-2 lib]# php -v

PHP 5.5.11 (cli) (built: Apr 29 2014 12:35:52)

Copyright (c) 1997-2014 The PHP Group

Zend Engine v2.5.0, Copyright (c) 1998-2014 Zend Technologies


2.php -h 查看協助


3.php -m 查看安裝的模組

[root@rs-2 lib]# php -m

[PHP Modules]

Core

type


4.php -i 查看php資訊(查看php.ini非常方便)

[root@rs-2 lib]# php -i | grep php.ini

Configuration File (php.ini) Path => /usr/local/lib

Loaded Configuration File => /usr/local/lib/php.ini


5.php --ini 顯示設定檔名字

[root@rs-2 ~]# php --ini

Configuration File (php.ini) Path: /usr/local/lib

Loaded Configuration File: /usr/local/lib/php.ini

Scan for additional .ini files in: (none)

Additional .ini files parsed: (none)


6.php -f 執行php檔案

[root@rs-2 phpTest]# php -f helloworld.php

helloword


更多提示請看php -h

[root@rs-2 ~]# php -h

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

php [options] -r [--] [args...]

php [options] [-B ] -R [-E ] [--] [args...]

php [options] [-B ] -F [-E ] [--] [args...]

php [options] -S : [-t docroot]

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

php [options] -a


-a Run interactively

-c | Look for php.ini file in this directory

-n No php.ini file will be used

-d foo[=bar] Define INI entry foo with value 'bar'

-e Generate extended information for debugger/profiler

-f Parse and execute .

-h This help

-i PHP information

-l Syntax check only (lint)

-m Show compiled in modules

-r Run PHP without using script tags

-B Run PHP before processing input lines

-R Run PHP for every input line

-F Parse and execute for every input line

-E Run PHP after processing all input lines

-H Hide any passed arguments from external tools.

-S : Run with built-in web server.

-t Specify document root for built-in web server.

-s Output HTML syntax highlighted source.

-v Version number

-w Output source with stripped comments and whitespace.

-z Load Zend extension .


args... Arguments passed to script. Use -- args when first argument

starts with - or script is read from stdin


--ini Show configuration file names


--rf Show information about function .

--rc Show information about class .

--re Show information about extension .

--rz Show information about Zend extension .

--ri Show configuration for extension .



http://www.bkjia.com/PHPjc/777561.htmlwww.bkjia.comtruehttp://www.bkjia.com/PHPjc/777561.htmlTechArticle1.php -v 查看版本號碼 [root@rs-2 lib]# php -v PHP 5.5.11 (cli) (built: Apr 29 2014 12:35:52) Copyright (c) 1997-2014 The PHP Group Zend Engine v2.5.0, Copyright (c) 1998-2014 Ze...

  • 聯繫我們

    該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

    如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.