Php/docs/ffi.scope

提供:Dev Guides
< Php
2020年12月14日 (月) 12:06時点におけるNotes (トーク | 投稿記録)による版 (autoload)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先:案内検索

FFI::scope

(PHP 7 >= 7.4.0)

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


説明

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.


パラメータ

scope_name
The scope name defined by a special FFI_SCOPE define.


返り値

Returns the freshly created FFI object.


参考

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