FFI::scope

Instantiates an FFI object with C declarations parsed during preloading

説明

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.

パラメータ

name

The scope name defined by a special FFI_SCOPE define.

戻り値

Returns the freshly created FFI object.

参考

  • FFI::load