Module ext_php_rs::error

source ·
Expand description

Error and result types returned from the library functions.

Enums§

  • The main error type which is passed by the library inside the custom Result type.

Functions§

  • Trigger an error that is reported in PHP the same way trigger_error() is.

Type Aliases§

  • The main result type which is passed by the library.