[ Index ] |
PHP Cross Reference of phpBB-3.2.11-deutsch |
[Source view] [Print] [Project Stats]
Zend Framework (http://framework.zend.com/)
Copyright: | Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com) |
License: | http://framework.zend.com/license/new-bsd New BSD License |
File Size: | 202 lines (6 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
glob($pattern, $flags = 0, $forceFallback = false) X-Ref |
Find pathnames matching a pattern. param: string $pattern param: int $flags param: bool $forceFallback return: array |
systemGlob($pattern, $flags) X-Ref |
Use the glob function provided by the system. param: string $pattern param: int $flags return: array |
fallbackGlob($pattern, $flags) X-Ref |
Expand braces manually, then use the system glob. param: string $pattern param: int $flags return: array |
nextBraceSub($pattern, $begin, $flags) X-Ref |
Find the end of the sub-pattern in a brace expression. param: string $pattern param: int $begin param: int $flags return: int|null |
Generated: Wed Nov 11 20:33:01 2020 | Cross-referenced by PHPXref 0.7.1 |