Introduction - Options

Introduction - Options -- Defining and processing options

Defining options

Getopt() supports two types of options: short options and long options

The returned options array

The return value is an array of two elements: the list of parsed options and the list of non-option command-line arguments. Each entry in the list of parsed options is a pair of elements - the first one specifies the option, and the second one specifies the option argument, if there was one, else the value is NULL.

    Поддержать сайт на родительском проекте КГБ