CodePaste Logo
New Snippet New Snippet Recent Snippets Recent Snippets My Snippets My Snippets Web Code Search Snippets Search
Sign inor Register
Format:
Recent snippets for: fuhrysteve
<?php
$zend_location = '/usr/share/php/Zend';
$gilbert_location = '/home/steve/repos/test';
 
$dir_iterator = new RecursiveDirectoryIterator($zend_location);
$iterator = new RecursiveIteratorIterator($dir_iterator, RecursiveIteratorIterator::SELF_FIRST);
 
// include all files recursively
foreach ($iterator as $file) {
    echo str_ireplace($zend_location, '', $file->getPath(), 1);
by fuhrysteve   March 12, 2010 @ 10:50am
Tags:
102 Views
no comments
 
brought to you by:
West Wind Techologies



If you find this site useful and use it frequently please consider making a donation to support this free service.
Donate