FFI::memcpy

Copies one memory area to another

説明

public static void FFI::memcpy(FFI\CData &$to, FFI\CDatastring &$from, int $size)

Copies size bytes from the memory area from to the memory area to.

パラメータ

to

The start of the memory area to copy to.

from

The start of the memory area to copy from.

size

The number of bytes to copy.

戻り値

値を返しません。