Logo

SPL Functions

class_implements class_parents class_uses iterator_apply iterator_count iterator_to_array spl_autoload spl_autoload_call spl_autoload_extensions spl_autoload_functions spl_autoload_register spl_autoload_unregister spl_classes spl_object_hash spl_object_id

spl_autoload

Supported Versions: PHP 5 >= 5.1.0, PHP 7, PHP 8
Default implementation for __autoload()
<?php spl_autoload(string $class, ?string $file_extensions = null): void