FFI\CType::getFuncParameterCount

(PHP 8 >= 8.1.0)

FFI\CType::getFuncParameterCount関数型の引数の数を取得する

説明

public FFI\CType::getFuncParameterCount(): int

パラメータ

この関数にはパラメータはありません。

戻り値

内部的に保持している関数型の引数の数を返します。 内部的に保持している型が関数でない場合、 FFI\Exception をスローします。

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top