← All docs

ini_restore()

Implemented by the compiler-injected version prelude.

ini_restore()

function ini_restore(string $option): void

Implemented by the compiler-injected version prelude.

Parameters:

  • $option (string)

Returns: void

Availability

  • Compiled (AOT): supported through the compiler-injected version prelude.
  • eval() (magician interpreter): not available inside eval’d code.

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

Internals

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