Copies one memory area to another
&$to
&$from
$size
Copies size bytes from the memory area from to the memory area to.
size
from
to
The start of the memory area to copy to.
The start of the memory area to copy from.
The number of bytes to copy.
No value is returned.