Guest User

Untitled

a guest
Jul 18th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. <?php
  2.  
  3. require_once 'PHP/CompatInfo.php';
  4.  
  5. $source = '/home/robert/www/Zend/';
  6.  
  7. $driverType = 'xml';
  8. $driverOptions = array();
  9.  
  10. $info = new PHP_CompatInfo($driverType, $driverOptions);
  11. $info->parseDir($source);
Add Comment
Please, Sign In to add comment