FFI::load

(PHP 7 >= 7.4.0)

FFI::loadLoads C declarations from a C header file

Описание

public static FFI::load ( string $filename ) : FFI

Loads C declarations from a C header file. It is possible to specify shared libraries that should be loaded, using special FFI_LIB defines in the loaded C header file.

Список параметров

filename

The name of a C header file.

Замечание:

C preprocessor directives are not supported, i.e. #include, #define and CPP macros do not work.

Возвращаемые значения

Returns the freshly created FFI object.