FFI::type

(PHP 7 >= 7.4.0, PHP 8)

FFI::type从 C 声明创建 FFI\CType 对象

描述

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

此函数为给定的 string(包含 C 类型声明)创建并返回一个 FFI\CType 对象。允许对实例声明的任何类型。

参数

type

作为 string 的有效 C 声明。

返回值

返回新创建的 FFI\CType 对象,如果失败则返回 null

变更日志

版本 描述
8.3.0 现在已弃用以静态方式调用 FFI::type()

添加注释

用户贡献注释

此页面没有用户贡献的注释。
To Top