Search for in the Packages This site (using Yahoo!) Developers Developer mailing list General mailing list CVS commits mailing list
require_once "System.php";
mixed System::which (string $program [, boolean $fallback = FALSE])
mixed System::which
Geeft het volledige pad naar een commando weer.
string $program - het commando om naar te zoeken
boolean $fallback - waarde om terug tegeven als het programma niet gevonden is
mixed - Een string met het volledige pad of FALSE als het niet gevonden is
Deze functie kan statisch worden aangeroepen.
which man page