(PHP >= 5.3.0, PECL phar >= 2.0.0)
Construct a phar archive from an iterator.
public array Phar::buildFromIterator ( Iterator $iter [, string $base_directory ] )
Note:
This method requires the php.ini setting phar.readonly to be set to 0 in order to work for Phar objects. Otherwise, a PharException will be thrown.
Populate a phar archive from an iterator. Two styles of iterators are supported, iterators that map the