PHP Conference Japan 2024

FFI::type

(PHP 7 >= 7.4.0, PHP 8)

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

描述

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

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

参数

type

作为 string 的有效 C 声明。

返回值

返回新创建的 FFI\CType 对象,或在失败时返回 null

变更日志

版本 描述
8.3.0 静态调用 FFI::type() 现已弃用。

添加注释

用户贡献的注释

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