Skip to content

Instantly share code, notes, and snippets.

@robertbasic
Created December 27, 2010 20:07
Show Gist options
  • Save robertbasic/756492 to your computer and use it in GitHub Desktop.
Save robertbasic/756492 to your computer and use it in GitHub Desktop.
<?php
require_once 'PHP/CompatInfo.php';
$source = '/home/robert/www/Zend/';
$driverType = 'xml';
$driverOptions = array();
$info = new PHP_CompatInfo($driverType, $driverOptions);
$info->parseDir($source);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment