首頁
PHP
Tags
PHP教學
最新文章列表
中文(繁體)
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
當前位置:
首頁
>
函數類別大全
>
class_implements
class_implements
返回指定的類或接口實現的所有接口
名稱:
class_implements
分類:
Spl
所屬語言:
php
一句話介紹:
返回指定的類或接口實現的所有接口
相關內容
用getLine 實現日誌文件的行提取
3
如何通過curl_multi_close 提高多個請求的執行效率
7
在使用ob_list_handlers時如何確保緩存順序正確
1
PHP中parse_str()函數的深度解析
2
同類函數
spl_autoload_unregister
spl_autoload_unregister
註銷已註冊的__autoload()函數
class_uses
class_uses
返回給定類使用的traits
spl_autoload_call
spl_autoload_call
嘗試調用所有已註冊的__autoload
spl_object_id
spl_object_id
返回給定對象的整數對象句柄
iterator_count
iterator_count
計算迭代器中元素的個數
spl_autoload_register
spl_autoload_register
註冊給定的函數作為__autoload的
spl_object_hash
spl_object_hash
返回指定對象的hashid
spl_autoload_functions
spl_autoload_functions
返回所有已註冊的__autoload()
熱門文章