Download the PHP package cliphp/args without Composer
On this page you can find all versions of the php package cliphp/args. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package args
cliphp/args
Library for command line arguments.
Notes
The global $argv
variable returns the script name (e.g. index.php) as the first value in
the array. This library will shift the script name from the arguments list.
Available Methods
get(string $arg): mixed|null
Returns value of an argument orNULL
if it doesn't exist.has(string $arg): bool
Checks for existence of an argumentall(): array
Get all of the argumentscount(): int
Get count of arguments
All versions of args with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.1
The package cliphp/args contains the following files
Loading the files please wait ....