(PHP 7 >= 7.4.0, PHP 8)
FFI::string — Creates a PHP string from a memory area
Creates a PHP string from size
bytes of the memory area
pointed to by ptr
.
The freshly created PHP string.
Version | Description |
---|---|
8.0.0 |
size is nullable now; previously, its default was
0 .
|