|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include <stdio.h>#include <string.h>#include <assert.h>#include <stdlib.h>#include "php_getopt.h"Go to the source code of this file.
Macros | |
| #define | OPTERRCOLON (1) |
| #define | OPTERRNF (2) |
| #define | OPTERRARG (3) |
Functions | |
| PHPAPI int | php_getopt (int argc, char *const *argv, const opt_struct opts[], char **optarg, int *optind, int show_err, int arg_start) |
Variables | |
| PHPAPI int | php_optidx = -1 |
| PHPAPI int php_getopt | ( | int | argc, |
| char *const * | argv, | ||
| const opt_struct | opts[], | ||
| char ** | optarg, | ||
| int * | optind, | ||
| int | show_err, | ||
| int | arg_start ) |