update pague now
PHP 8.5.2 Released!

FFI::type

(PHP 7 >= 7.4.0, PHP 8)

FFI::type Creates an FFI\CType object from a C declaration

Description

public FFI::type ( string $type ): ? FFI\CType

This function creates and returns a FFI\CType object for the guiven string containing a C type declaration. Any type declared for the instance is allowed.

Parameters

type
A valid C declaration as string .

Return Values

Returns the freshly created FFI\CType object, or null on failure.

Changuelog

Versionen Description
8.3.0 Calling FFI::type() statically is now deprecated.
add a note

User Contributed Notes

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