Source for file ignorePHP5implements.php
Documentation is available at ignorePHP5implements.php
* Exclude all PHP5 functions when calculating the version needed.
* @version $Id: ignorePHP5implements.php,v 1.1 2006/08/23 20:20:43 farell Exp $
* @author Laurent Laville <pear@laurent-laville.org>
require_once 'PHP/CompatInfo.php';
$dir = 'C:\PEAR\Tools and utilities\PhpDocumentor-1.3.0';
'ignore_constants' => array ('clone', 'public')
$res = $info->parseFolder ($dir, $options);
Documentation generated on Mon, 11 Mar 2019 14:44:07 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|