FFI::string
(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.
更新日志
| 版本 | 说明 | 
|---|---|
| 8.0.0 | 
       size is nullable now; previously, its default was
       0.
       | 
     
  +添加备注
  
 用户贡献的备注
此页面尚无用户贡献的备注。