← All docs

ptr_read32()

Reads one unsigned 32-bit word through a raw pointer and returns it as an integer.

ptr_read32()

function ptr_read32(pointer $pointer): int

Reads one unsigned 32-bit word through a raw pointer and returns it as an integer.

Parameters:

  • $pointer (pointer)

Returns: int

No examples yet — check examples/ and showcases/ for usage patterns.

Internals

For how ptr_read32 is implemented in the compiler, see the internals page.