Fills a memory area
&$ptr
$value
$size
Fills size bytes of the memory area pointed to by ptr with the given byte value.
size
ptr
value
The start of the memory area to fill.
The byte to fill with.
The number of bytes to fill.
No value is returned.