parent root
PHP: FFI::scope - Manual

FFI::scope

(PHP 7 >= 7.4.0)

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

Description

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

Instantiates an FFI object with C declarations parsed during preloading.

Parameters

scope_name

The scope name defined by a special FFI_SCOPE define.

Return Values

Returns the freshly created FFI object.

add a noteadd a note

User Contributed Notes

There are no user contributed notes for this page.
To Top
parent root