SIGN IN SIGN UP
<?php
function my_autoloader(string $class) {
}
spl_autoload_register('my_autoloader');