首頁
PHP
Tags
PHP教學
最新文章列表
中文(繁體)
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
當前位置:
首頁
>
函數類別大全
>
spl_autoload_extensions
spl_autoload_extensions
註冊並返回spl_autoload 函數使用的默認文件擴展名
名稱:
spl_autoload_extensions
分類:
Spl
所屬語言:
php
一句話介紹:
註冊並返回spl_autoload 函數使用的默認文件擴展名
相關內容
如何通過gettimeofday 獲取函數執行的精確時間?
7
如何使用ob_list_handlers進行緩存調試
4
mysqli::select_db 的基本語法詳解
4
使用chdir() 結合opendir() 和readdir() 遍歷目錄
9
同類函數
class_uses
class_uses
返回給定類使用的traits
spl_autoload_call
spl_autoload_call
嘗試調用所有已註冊的__autoload
iterator_apply
iterator_apply
為迭代器中每個元素調用一個用戶自定義函數
spl_autoload
spl_autoload
__autoload()的默認實現
class_implements
class_implements
返回指定的類或接口實現的所有接口
spl_autoload_register
spl_autoload_register
註冊給定的函數作為__autoload的
spl_object_hash
spl_object_hash
返回指定對象的hashid
class_parents
class_parents
返回指定類的父類
熱門文章