System::which
System::which -- show full path of a command
概要
require_once "System.php"; |
mixed System::which (string $program [, boolean $fallback = FALSE])
説明
The command shows the full path of a command.
返り値
mixed -
A string with the full path or FALSE if not found
注意
この関数は、スタティックにコールする
ことができます。