FFI::arrayTypeDynamically constructs a new C array type Description
public static FFI\CType FFI::arrayType(FFI\CType
$type , array $dimensions )
Dynamically constructs a new C array type with elements of type defined by
Parameters
Return ValuesReturns the freshly created FFI\CType object. |