首頁
PHP
Tags
PHP教學
最新文章列表
中文(繁體)
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
當前位置:
首頁
>
函數類別大全
>
spl_autoload_extensions
spl_autoload_extensions
註冊並返回spl_autoload 函數使用的默認文件擴展名
名稱:
spl_autoload_extensions
分類:
Spl
所屬語言:
php
一句話介紹:
註冊並返回spl_autoload 函數使用的默認文件擴展名
相關內容
settype() 在布爾值轉換中的表現
1
time_nanosleep 精度不足的替代方案
9
使用phpinfo() 檢查PHP 安全設置
9
基於php的實時航班api調用代碼實例
5
同類函數
spl_object_id
spl_object_id
返回給定對象的整數對象句柄
spl_autoload_call
spl_autoload_call
嘗試調用所有已註冊的__autoload
iterator_count
iterator_count
計算迭代器中元素的個數
class_parents
class_parents
返回指定類的父類
class_implements
class_implements
返回指定的類或接口實現的所有接口
iterator_to_array
iterator_to_array
將迭代器中的元素拷貝到數組
spl_object_hash
spl_object_hash
返回指定對象的hashid
class_uses
class_uses
返回給定類使用的traits
熱門文章