php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Go to the source code of this file.
Functions | |
PHPAPI int | php_load_extension (const char *filename, int type, int start_now) |
PHPAPI void | php_dl (const char *file, int type, zval *return_value, int start_now) |
PHPAPI void * | php_load_shlib (const char *path, char **errp) |
PHPAPI | PHP_FUNCTION (dl) |
PHP_MINFO_FUNCTION (dl) | |
PHPAPI int php_load_extension | ( | const char * | filename, |
int | type, | ||
int | start_now ) |