|
FFI\CType::getFuncParameterCountRetrieve the count of parameters of a function type 説明
public int FFI\CType::getFuncParameterCount()
パラメータこの関数にはパラメータはありません。 戻り値Returns the number of parameters for the underlying function type. If the underlying type is not a function, an FFI\Exception is thrown. |