Creates a PHP string from a memory area
&$ptr
$size
null
Creates a PHP string from size bytes of the memory area pointed to by ptr.
size
ptr
char
The freshly created PHP string.
0