06.05.2018, 11:20
Here you go :-
PHP код:
// Use memcpy
// Example
new destination[64] = "Hi";
new source[] = "String";
memcpy(destination, source, strlen(destination) * 4, sizeof source * 4, sizeof destination);