You can parse an array of Files or Strings, to parse strings, $options['is_string'] must be set to true
Tags:
access:
public
Parameters:
array
$files
Array of file names or code strings
array
$options
An array of options where: 'debug' contains a boolean to control whether extra ouput is shown. 'is_string' contains a boolean which says if the array values are strings or file names. 'ignore_files' contains an array of files to ignore. File names are case sensitive. 'ignore_functions' contains an array of functions to ignore when calculating the version needed.
Array of user options where: 'file_ext' Contains an array of file extensions to parse for PHP code. Default: php, php4, inc, phtml 'recurse_dir' Boolean on whether to recursively find files 'debug' contains a boolean to control whether extra ouput is shown. 'ignore_files' contains an array of files to ignore. File names are case insensitive. 'ignore_dirs' contains an array of directories to ignore. Directory names are case insensitive. 'ignore_functions' contains an array of functions to ignore when calculating the version needed.
An array of options where: 'debug' contains a boolean to control whether extra ouput is shown. 'ignore_functions' contains an array of functions to ignore when calculating the version needed.
An array of options where: 'debug' contains a boolean to control whether extra ouput is shown. 'ignore_functions' contains an array of functions to ignore when calculating the version needed.