Php/docs/ffi.addr

提供:Dev Guides
< Php
2020年12月14日 (月) 09:48時点におけるNotes (トーク | 投稿記録)による版 (autoload)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先:案内検索

FFI::addr

(PHP 7 >= 7.4.0)

FFI::addrCreates an unmanaged pointer to C data


説明

public static FFI::addr ( FFI\CData &$ptr ) : FFI\CData

Creates an unmanaged pointer to the C data represented by the given FFI\CData. The source ptr must survive the resulting pointer. This function is mainly useful to pass arguments to C functions by pointer.


パラメータ

ptr
The handle of the pointer to a C data structure.


返り値

Returns the freshly created FFI\CData object.