|
FFI\CType::getFuncParameterTypeRetrieve the type of a function parameter Description
public FFI\CType FFI\CType::getFuncParameterType(int
$index )Returns the type of a parameter for the underlying function type. Parameters
Return ValuesReturns the type of a parameter for the underlying function type. If the underlying type is not a function, or the given index is outside of the range of parameters of the function, an FFI\Exception is thrown. |