class PhpAdapter extends AbstractAdapter
deprecated
since 2.8, to be removed in 3.0. Use Finder instead.
PHP finder engine implementation.
Methods
Details
bool isSupported()
Tests adapter support for current platform.
AdapterInterface setFollowLinks(bool $followLinks)
AdapterInterface setMode(int $mode)
AdapterInterface setDepths(array $depths)
AdapterInterface setExclude(array $exclude)
AdapterInterface setNames(array $names)
AdapterInterface setNotNames(array $notNames)
AdapterInterface setContains(array $contains)
AdapterInterface setNotContains(array $notContains)
AdapterInterface setSizes(array $sizes)
AdapterInterface setDates(array $dates)
AdapterInterface setFilters(array $filters)
AdapterInterface setSort(Closure|int $sort)
AdapterInterface setPath(array $paths)
AdapterInterface setNotPath(array $notPaths)
AdapterInterface ignoreUnreadableDirs(bool $ignore = true)
Iterator searchInDirectory(string $dir)
string getName()
Returns adapter name.
Please login to continue.