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

Index of all elements

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

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_LIST_ALL
in file Util.php, constant FILE_LIST_ALL
    Listing Constants
FILE_LIST_DIRS
in file Util.php, constant FILE_LIST_DIRS
    Listing Constants
FILE_LIST_DOTS
in file Util.php, constant FILE_LIST_DOTS
    Listing Constants
FILE_LIST_FILES
in file Util.php, constant FILE_LIST_FILES
    Listing Constants
FILE_SORT_DATE
in file Util.php, constant FILE_SORT_DATE
    Sorting Constants
FILE_SORT_NAME
in file Util.php, constant FILE_SORT_NAME
    Sorting Constants
FILE_SORT_NONE
in file Util.php, constant FILE_SORT_NONE
    Sorting Constants
FILE_SORT_RANDOM
in file Util.php, constant FILE_SORT_RANDOM
    Sorting Constants
FILE_SORT_REVERSE
in file Util.php, constant FILE_SORT_REVERSE
    Sorting Constants
FILE_SORT_SIZE
in file Util.php, constant FILE_SORT_SIZE
    Sorting Constants
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
prefixed
in file Util.php, method File_Util::prefixed()
    Returns the filesize using a prefix like "kilo", "mebi" or "giga"
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

u

Util.php
procedural page Util.php
top

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