← All docs

stream_socket_sendto() — internals

Compiler internals for stream_socket_sendto(): lowering path, type checks, and runtime helpers.

stream_socket_sendto() — internals

Where it lives

Lowering notes

  • Lowers stream_socket_sendto(socket, data, flags?, address?) and boxes int|false.

Runtime helpers

No direct __rt_* helpers captured — the lowering is inlined or routes through another builtin.

Signature summary

function stream_socket_sendto(resource $socket, string $data, int $flags = 0, string $address = ''): mixed

What the type checker enforces

  • Arity: takes 2–4 arguments (2 optional).

Eval interpreter (magician)

Cross-references