ptr_write_string()
function ptr_write_string(pointer $pointer, string $string): int
Copies PHP string bytes into raw memory at the given pointer.
Parameters:
$pointer(pointer)$string(string)
Returns: int
No examples yet — check examples/ and showcases/ for usage patterns.
Internals
For how ptr_write_string is implemented in the compiler, see the internals page.