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

Element index for package File

[ d ] [ f ] [ g ] [ i ] [ m ] [ s ] [ _ ]

_

_File_Find_match_shell_get_pattern
in file Find.php, function _File_Find_match_shell_get_pattern()
    function used by File_Find_match_shell to convert 'shell' mask into pcre regexp. Some of the rules (see testcases for more): escaping all special chars and replacing . with \.
top

d

$directories
in file Find.php, variable File_Find::$directories
    found dirs
$dirsep
in file Find.php, variable File_Find::$dirsep
    directory separator
top

f

$files
in file Find.php, variable File_Find::$files
    found files
File_Find
in file Find.php, class File_Find
    Commonly needed functions searching directory trees
Find.php
procedural page Find.php
File_Find_match_shell
in file Find.php, function File_Find_match_shell()
    Package method to match via 'shell' pattern. Provided in global scope, because it should be called like 'preg_match' and 'eregi' and can be easily copied into other packages
FILE_FIND_VERSION
in file Find.php, constant FILE_FIND_VERSION
top

g

glob
in file Find.php, method File_Find::glob()
    Search specified directory to find matches for specified pattern
top

i

isError
in file Find.php, method File_Find::isError()
    Determine whether or not a variable is a PEAR error
top

m

maptree
in file Find.php, method File_Find::maptree()
    Map the directory tree given by the directory_path parameter.
mapTreeMultiple
in file Find.php, method File_Find::mapTreeMultiple()
    Map the directory tree given by the directory parameter.
top

s

search
in file Find.php, method File_Find::search()
    Search the specified directory tree with the specified pattern. Return an array containing all matching files (no directories included).
top

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