php8.5
Home/ Manual/ ffi / ffi/ FFI::alignof

FFI::alignof

PHP function Edit on GitHub ✎

(PHP 7 >= 7.4.0, PHP 8)

Gets the alignment

Description

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

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

Parameters

ptr

The handle of the C data or type.

Return Values

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

Source: reference/ffi/ffi/alignof.xml · from the official PHP manual (php/doc-en)