?? phpinfo.php
字號:
<?php/* $Id: phpinfo.php 7853 2005-11-22 11:58:37Z cybot_tm $ */// vim: expandtab sw=4 ts=4 sts=4:/** * Gets core libraries and defines some variables */define( 'PMA_MINIMUM_COMMON', true );require_once('./libraries/common.lib.php');/** * Displays PHP information */if ( $GLOBALS['cfg']['ShowPhpInfo'] ) { phpinfo();}?>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -