FFI::type
PHP function
Edit on GitHub ✎
(PHP 7 >= 7.4.0, PHP 8)
Creates an FFI\CType object from a C declaration
Description
FFI::type(string $type): FFI\CType|null
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.
Parameters
typeA valid C declaration as
string.
Return Values
Returns the freshly created FFI\CType object, or null on failure.
Changelog
| Version | Description |
|---|---|
| 8.3.0 | Calling FFI::type statically is now deprecated. |