FFI::scope
(PHP 7 >= 7.4.0, PHP 8)
Instantiates an FFI object with C declarations parsed during preloading
Description
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.
Parameters
nameThe scope name defined by a special
FFI_SCOPEdefine.
Return Values
Returns the freshly created FFI object.
See Also
FFI::load