PHP funkce getopt()
Dostupnost ve verzích: PHP 4.3.0
Gets options from the command line argument list
Parametry
| Parametr | Datový typ | Výchozí hodnota | Poznámka |
|---|---|---|---|
$options |
string |
není | |
$longopts |
array |
null, | |
$optind |
int |
null |
Návratové hodnoty
array
This function will return an array of option / argument pairs or false on failure.