php man page for spl_autoload

Query: spl_autoload

OS: php

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

SPL_AUTOLOAD(3) 							 1							   SPL_AUTOLOAD(3)

spl_autoload - Default implementation for __autoload()

SYNOPSIS
void spl_autoload (string $class_name, [string $file_extensions = spl_autoload_extensions()])
DESCRIPTION
This function is intended to be used as a default implementation for __autoload(3). If nothing else is specified and spl_autoload_regis- ter(3) is called without any parameters then this function will be used for any later call to __autoload(3).
PARAMETERS
o $class_name - The lowercased name of the class (and namespace) being instantiated. o $file_extensions - By default it checks all include paths to contain filenames built up by the lowercase class name appended by the filename exten- sions .inc and .php.
RETURN VALUES
No value is returned. PHP Documentation Group SPL_AUTOLOAD(3)
Related Man Pages
spl_autoload_register(3) - php
aggregate_methods(3) - php
aggregate_properties(3) - php
class_parents(3) - php
is_subclass_of(3) - php
Similar Topics in the Unix Linux Community
Simple rules of the UNIX.COM forums:
Forum Video Tutorial: How to Use Code Tags
UNIX.COM 2017 Year End Summary
Please Welcome Ravinder Singh to the Moderation Team
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Wolf Machowitsch