FFI::type
(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.
 
更新日志
| 版本 | 说明 | 
|---|---|
| 8.3.0 | Calling FFI::type() statically is now deprecated. | 
  +添加备注
  
 用户贡献的备注
此页面尚无用户贡献的备注。