FFI::string
  (PHP 7 >= 7.4.0)
FFI::string — Creates a PHP string from a memory area
  
 
  Descripción
  
   public static FFI::string
    ( 
FFI\CData &$ptr
   [, 
int $size
  ] ) : 
string 
  
  
 
  Parámetros
  
   
    - 
ptr
- 
     
      The start of the memory area from which to create a string.
      
- 
size
- 
     
      The number of bytes to copy to the string.
      If sizeis omitted,ptrmust be a zero terminated
      array of C chars.
 
 
 
  Valores devueltos
  
   The freshly created PHP string.