FFI::arrayTypeDynamically constructs a new C array type 説明
public static FFI\CType FFI::arrayType(FFI\CType
$type, array $dimensions)
Dynamically constructs a new C array type with elements of type defined by パラメータ
戻り値Returns the freshly created FFI\CType object. |