(PHP 7 >= 7.4.0, PHP 8)
FFI::type — Creates an FFI\CType object from a C declaration
This function creates and returns a FFI\CType object for the given string containing a C type declaration. Any type declared for the instance is allowed.
type
A valid C declaration as string.
Version | Description |
---|---|
8.3.0 | Calling FFI::type() statically is now deprecated. |