C Type Handles

(PHP 7 >= 7.4.0, PHP 8)

Introduction

Class synopsis

namespace FFI;
final class CType {
/* Constants */
public const int FFI\CType::TYPE_VOID;
public const int FFI\CType::ATTR_VLA;
public const int FFI\CType::ABI_MS;
public const int FFI\CType::ABI_SYSV;
/* Methods */
}

Table of Contents