Source for file parseDir.php
Documentation is available at parseDir.php
/* Get the Compatibility info for an entire folder (recursive) */
require_once 'PHP/CompatInfo.php';
$options = array ('file_ext' => array ('php3','php'),'ignore_files' => array (__FILE__ ));
var_dump($info->parseFolder ($folder,$options));
Documentation generated on Mon, 11 Mar 2019 10:14:36 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|