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

Element index for package apidoc

[ b ] [ f ] [ i ] [ l ] [ p ] [ r ] [ s ] [ t ]

b

buildPath
in file Util.php, method File_Util::buildPath()
    Returns a string path built from the array $pathParts. Where a join occurs multiple separators are removed. Joins using the optional separator, defaulting to the PHP DIRECTORY_SEPARATOR constant.
top

f

File_Util
in file Util.php, class File_Util
    File_Util
top

i

isAbsolute
in file Util.php, method File_Util::isAbsolute()
    Returns boolean based on whether given path is absolute or not.
isIncludable
in file Util.php, method File_Util::isIncludable()
    Checks for a file's existence, taking the current include path into consideration
top

l

listDir
in file Util.php, method File_Util::listDir()
    List Directory
top

p

pathInRoot
in file Util.php, method File_Util::pathInRoot()
    Check whether path is in root path
top

r

realPath
in file Util.php, method File_Util::realPath()
    Get real path (works with non-existant paths)
relativePath
in file Util.php, method File_Util::relativePath()
    Get path relative to another path
top

s

skipRoot
in file Util.php, method File_Util::skipRoot()
    Returns a path without leading / or C:\. If this is not present the path is returned as is.
sortFiles
in file Util.php, method File_Util::sortFiles()
    Sort Files
switchExt
in file Util.php, method File_Util::switchExt()
    Switch File Extension
top

t

tmpDir
in file Util.php, method File_Util::tmpDir()
    Returns the temp directory according to either the TMP, TMPDIR, or TEMP env variables. If these are not set it will also check for the existence of /tmp, %WINDIR%\temp
tmpFile
in file Util.php, method File_Util::tmpFile()
    Returns a temporary filename using tempnam() and File::tmpDir().
top

Documentation generated on Mon, 11 Mar 2019 15:01:56 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.