Skip to main content

Module php

Module php 

Source
Expand description

Safe Rust wrappers around PHP embed SAPI FFI.

These are low-level but safe wrappers. Higher-level runtime logic (worker threads, channels, etc.) lives in other modules.

Structs§

EvalResult
Result of evaluating PHP code.
PhpInstance
A PHP interpreter instance. One per thread.
RequestContext
HTTP request context for the custom Folk SAPI.
ResponseData
Captured response data from PHP.

Enums§

ZvalValue
A Rust-native representation of a PHP zval value.