FFI::string

(PHP 7 >= 7.4.0, PHP 8)

FFI::stringCreates a PHP string from a memory area

説明

public static FFI::string(FFI\CData &$ptr, ?int $size = null): string

Creates a PHP string from size bytes of the memory area pointed to by ptr.

パラメータ

ptr

The start of the memory area from which to create a string.

size

The number of bytes to copy to the string. If size is omitted, ptr must be a zero terminated array of C chars.

戻り値

The freshly created PHP string.

変更履歴

バージョン 説明
8.0.0 size is nullable now; previously, its default was 0.
関連キーワード:  string, from, memory, Creates, a, size, ptr, bytes, ted, must