php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include <main/php.h>
#include <main/SAPI.h>
#include <main/php_main.h>
#include <main/php_variables.h>
#include <main/php_ini.h>
#include <zend_ini.h>
Go to the source code of this file.
Macros | |
#define | PHP_EMBED_START_BLOCK(x, y) |
#define | PHP_EMBED_END_BLOCK() |
#define | EMBED_SAPI_API SAPI_API |
Functions | |
EMBED_SAPI_API int | php_embed_init (int argc, char **argv) |
EMBED_SAPI_API void | php_embed_shutdown (void) |
Variables | |
EMBED_SAPI_API sapi_module_struct | php_embed_module |
Definition at line 39 of file php_embed.h.
#define PHP_EMBED_END_BLOCK | ( | ) |
Definition at line 31 of file php_embed.h.
#define PHP_EMBED_START_BLOCK | ( | x, | |
y ) |
Definition at line 27 of file php_embed.h.
EMBED_SAPI_API int php_embed_init | ( | int | argc, |
char ** | argv ) |
Definition at line 163 of file php_embed.c.
EMBED_SAPI_API void php_embed_shutdown | ( | void | ) |
Definition at line 252 of file php_embed.c.
|
extern |
Definition at line 125 of file php_embed.c.