PHP_CompatInfo
[ class tree: PHP_CompatInfo ] [ index: PHP_CompatInfo ] [ all elements ]

Example on how to parse a file

  1. <?php
  2.  
  3. /* Get the Compatibility info for a single file */
  4.  
  5. require_once 'PHP/CompatInfo.php';
  6.  
  7. $info = new PHP_CompatInfo;
  8.  
  9. $file = __FILE__;
  10.  
  11. var_dump($info->parseFile($file));
  12. ?>

Documentation generated on Tue, 9 Mar 2004 18:21:05 +0000 by phpDocumentor 1.3.0RC2. PEAR Logo Copyright © PHP Group 2004.