← All docs

stream_resolve_include_path()

Resolves filename against the include path.

stream_resolve_include_path()

function stream_resolve_include_path(string $filename): mixed

Resolves filename against the include path.

Parameters:

  • $filename (string)

Returns: mixed

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

Internals

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