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
ptrThe handle of the C data or type.
Return Values
Returns the alignment of the given FFI\CData or FFI\CType object.