« FFI\CData
FFI\CType::getAlignment »
PHP Manual
FFI
C Type Handles
C Type Handles
(PHP 7 >= 7.4.0, PHP 8)
Introduction
Class synopsis
final
class
FFI\CType
{
/* Methods */
public
getAlignment
():
int
public
getArrayElementType
():
FFI\CType
public
getArrayLength
():
int
public
getAttributes
():
int
public
getEnumKind
():
int
public
getFuncABI
():
int
public
getFuncParameterCount
():
int
public
getFuncParameterType
(
int
$index
):
FFI\CType
public
getFuncReturnType
():
FFI\CType
public
getKind
():
int
public
getName
():
string
public
getPointerType
():
FFI\CType
public
getSize
():
int
public
getStructFieldNames
():
array
public
getStructFieldOffset
(
string
$name
):
int
public
getStructFieldType
(
string
$name
):
FFI\CType
}
Table of Contents
FFI\CType::getAlignment
— Description
FFI\CType::getArrayElementType
— Description
FFI\CType::getArrayLength
— Description
FFI\CType::getAttributes
— Description
FFI\CType::getEnumKind
— Description
FFI\CType::getFuncABI
— Description
FFI\CType::getFuncParameterCount
— Description
FFI\CType::getFuncParameterType
— Description
FFI\CType::getFuncReturnType
— Description
FFI\CType::getKind
— Description
FFI\CType::getName
— Description
FFI\CType::getPointerType
— Description
FFI\CType::getSize
— Description
FFI\CType::getStructFieldNames
— Description
FFI\CType::getStructFieldOffset
— Description
FFI\CType::getStructFieldType
— Description