Voting

: six plus zero?
(Example: nine)

The Note You're Voting On

ozana at omdesign dot cz
11 years ago
GlobIterator doesn’t have a way to support GLOB_BRACE!

<?php
$iterator
= new GlobIterator(getcwd. '/*.{php,txt}'); // generate an empty array
?>

<< Back to user notes page

To Top