Laravel Live Japan

FFI::typeof

(PHP 7 >= 7.4.0, PHP 8)

FFI::typeofFFI\CData の FFI\CType を取得する

説明

public static FFI::typeof(FFI\CData &$ptr): FFI\CType

与えられた FFI\CData オブジェクトの型を表す FFI\CType オブジェクトを取得します。

パラメータ

ptr

C のデータ構造へのポインターのハンドル。

戻り値

与えられた FFI\CData オブジェクトの型を表す FFI\CType オブジェクトを返します。

add a note

User Contributed Notes

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