FFI::scope

(PHP 7 >= 7.4.0)

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

Açıklama

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

Instantiates an FFI object with C declarations parsed during preloading.

Değiştirgeler

scope_name

The scope name defined by a special FFI_SCOPE define.

Dönen Değerler

Returns the freshly created FFI object.