FFI::scope

(PHP 7 >= 7.4.0)

FFI::scopeInstantiates an FFI object with C declarations parsed during preloading

Opis

public static FFI::scope ( string $scope_name ) : FFI

Instantiates an FFI object with C declarations parsed during preloading.

The FFI::scope() method is safe to call multiple times for the same scope. Multiple references to the same scope may be loaded at the same time.

Parametry

scope_name

The scope name defined by a special FFI_SCOPE define.

Zwracane wartości

Returns the freshly created FFI object.

Zobacz też:

  • FFI::load() - Loads C declarations from a C header file

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top