FFI::scopeInstantiates an FFI object with C declarations parsed during preloading Description
public static FFI FFI::scope(string
$name )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
Return ValuesReturns the freshly created FFI object. See Also
|