← All docs

spl_autoload_functions()

Return all registered __autoload() functions.

spl_autoload_functions()

function spl_autoload_functions(): array

Return all registered __autoload() functions.

Parameters: none.

Returns: array

Availability

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

Internals

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