Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
spl_autoload_functions
spl_autoload_functions
Returns all registered __autoload() functions
Name:
spl_autoload_functions
Category:
SPL
Programming Language:
php
One-line Description:
Returns all registered __autoload() functions
Related
Just Starting with PHP? See How session_cache_expire Helps You Control Cache Lifetime
7
How to calculate hash value of a file using hash_final?
3
How to Efficiently Use mysql_fetch_array in Loops to Handle Massive Data?
5
Enterprise PHP Framework Applications: Enhancing Development Efficiency and System Flexibility
8
Similar Functions
spl_autoload
spl_autoload
__autoload()defaulti
class_uses
class_uses
Returnsthetraitsused
spl_autoload_unregister
spl_autoload_unregister
Logouttheregistered_
iterator_count
iterator_count
Calculatethenumberof
class_implements
class_implements
Returnsallinterfaces
spl_classes
spl_classes
ReturnallavailableSP
iterator_to_array
iterator_to_array
Copyelementsfromthei
spl_object_id
spl_object_id
Returnstheintegerobj
Popular Articles