Toggle navigation
Home
Latest pastes
FAQ
Random
BitBin is shutting down!
Register
Login
Useful PHP script
SUBMITTED BY:
Guest
DATE:
Oct. 17, 2013, 4:08 p.m.
FORMAT:
Text only
SIZE:
300 Bytes
Raw
Download
Tweet
HITS:
1437
Go to comments
Report
// get all php files AND txt files
$files = glob('*.{php,txt}', GLOB_BRACE);
print_r($files);
/* output looks like:
Array
(
[0] => phptest.php
[1] => pi.php
[2] => post_output.php
[3] => test.php
[4] => log.txt
[5] => test.txt
)
*/
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus