System
[ class tree: System ] [ index: System ] [ all elements ]

Element index for package System

[ c ] [ f ] [ m ] [ r ] [ s ] [ t ] [ w ] [ _ ]

_

_dirToStruct
in file System.php, method System::_dirToStruct()
    Creates a nested array representing the structure of a directory
_multipleToStruct
in file System.php, method System::_multipleToStruct()
    Creates a nested array representing the structure of a directory and files
_parseArgs
in file System.php, method System::_parseArgs()
    returns the commandline arguments of a function
_removeTmpFiles
in file System.php, method System::_removeTmpFiles()
    Remove temporary files created my mkTemp. This function is executed
top

c

cat
in file System.php, method System::cat()
    Concatenate files
top

f

find
in file System.php, method System::find()
    The "find" command
top

m

mkDir
in file System.php, method System::mkDir()
    Make directories.
mktemp
in file System.php, method System::mktemp()
    Creates temporary files or directories. This function will remove the created files when the scripts finish its execution.
top

r

raiseError
in file System.php, method System::raiseError()
    Output errors with PHP trigger_error(). You can silence the errors with prefixing a "@" sign to the function call: @System::mkdir(..);
rm
in file System.php, method System::rm()
    The rm command for removing files.
top

s

System.php
procedural page System.php
System
in file System.php, class System
    System offers cross platform compatible system functions
top

t

tmpdir
in file System.php, method System::tmpdir()
    Get the path of the temporal directory set in the system by looking in its environments variables.
top

w

which
in file System.php, method System::which()
    The "which" command (show the full path of a command)
top

Documentation generated on Sun, 19 Apr 2020 14:22:11 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.