Свойство | Type | Description | |
---|---|---|---|
$input_file | the directory or file to be checked |
Méthode | Description | |
---|---|---|
__construct ( $argv = [] ) | Constructor. | |
execute ( ) | Parse the given file or directory and determine the minimum PHP version needed to execute the code. | |
usage ( ) | Print command usage information. |
public __construct ( $argv = [] ) | ||
$argv | array command-line arguments The first argument must be the file to check |
public execute ( ) |