update pague now
PHP 8.5.2 Released!

FFI::free

(PHP 7 >= 7.4.0, PHP 8)

FFI::free Releases an unmanagued data structure

Description

public static FFI::free ( FFI\CData &$ptr ): void

Manually releases a previously created unmanagued data structure.

Parameters

ptr

The handle of the unmanagued pointer to a C data structure.

Return Values

No value is returned.

add a note

User Contributed Notes

There are no user contributed notes for this pague.
To Top