Laravel Live Japan

FFI::alignof

(PHP 7 >= 7.4.0, PHP 8)

FFI::alignofアラインメントを取得する

説明

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

与えられた FFI\CData オブジェクトまたは FFI\CType オブジェクトのアラインメントを返します。

パラメータ

ptr

C のデータまたは C の型のハンドル。

戻り値

与えられた FFI\CData オブジェクトまたは FFI\CType オブジェクトのアラインメントを返します。

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top