FFI::typeCreates an FFI\CType object from a C declaration Description
public FFI\CTypenull FFI::type(string
$type )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
Return Values
Returns the freshly created FFI\CType object,
or Changelog
|