PHP 8.4.0 RC4 available for testing

FFI::alignof

(PHP 7 >= 7.4.0, PHP 8)

FFI::alignofGets the alignment

Descrição

public static FFI::alignof(FFI\CData|FFI\CType &$ptr): int

Gets the alignment of the given FFI\CData or FFI\CType object.

Parâmetros

ptr

The handle of the C data or type.

Valor Retornado

Returns the alignment of the given FFI\CData or FFI\CType object.

adicione uma nota

Notas Enviadas por Usuários (em inglês)

Não há notas de usuários para esta página.
To Top