php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
dl.h File Reference

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 voidphp_load_shlib (const char *path, char **errp)
 
PHPAPI PHP_FUNCTION (dl)
 
 PHP_MINFO_FUNCTION (dl)
 

Function Documentation

◆ php_dl()

PHPAPI void php_dl ( const char * file,
int type,
zval * return_value,
int start_now )

Definition at line 281 of file dl.c.

◆ PHP_FUNCTION()

PHPAPI PHP_FUNCTION ( dl )

Definition at line 42 of file dl.c.

◆ php_load_extension()

PHPAPI int php_load_extension ( const char * filename,
int type,
int start_now )

Definition at line 271 of file dl.c.

◆ php_load_shlib()

PHPAPI void * php_load_shlib ( const char * path,
char ** errp )

Definition at line 264 of file dl.c.

◆ PHP_MINFO_FUNCTION()

PHP_MINFO_FUNCTION ( dl )

Definition at line 292 of file dl.c.