FFI\CType::getFuncParameterCount

(PHP 8 >= 8.1.0)

FFI\CType::getFuncParameterCountRetrieve the count of parameters of a function type

说明

public FFI\CType::getFuncParameterCount(): int

参数

此函数没有参数。

返回值

Returns the number of parameters for the underlying function type. If the underlying type is not a function, an FFI\Exception is thrown.

添加备注

用户贡献的备注

此页面尚无用户贡献的备注。
To Top