php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
dl.c File Reference
#include "php.h"
#include "dl.h"
#include "php_globals.h"
#include "php_ini.h"
#include "ext/standard/info.h"
#include "SAPI.h"

Go to the source code of this file.

Macros

#define PHP_DL_SUPPORT_STATUS   "unavailable"
 

Functions

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

Macro Definition Documentation

◆ PHP_DL_SUPPORT_STATUS

#define PHP_DL_SUPPORT_STATUS   "unavailable"

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.