Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members   Related Pages  

unix.php File Reference

Go to the source code of this file.

Namespaces

namespace  Helpers

Functions

 fs_find_executable ($program)
 fs_int_exec ($program, $args, $return)


Function Documentation

fs_find_executable program  ) 
 

Find programs path using which...

Parameters:
string $program The name of program ot find
Returns:
string Program name with path.

Definition at line 35 of file unix.php.

References fs_int_exec().

Referenced by ProgramCheck::Action().

fs_int_exec program,
args,
return
 

Exec program and return from output array rows (if any)

Parameters:
string $program Program to execute
string $args Parameters to the program
integer $return Rows of array to return (-1 to everything, 0-5 to return rows 0 to 5)
Returns:
array Rows of returned output

Definition at line 47 of file unix.php.

References fp.


Generated on Sun Oct 19 11:08:01 2003 for ImaComm by doxygen1.3