詞語:autoload
autoload的解釋
autoload['ɔ:təuləud]vt. 自動裝載
autoload的意思
autoload 自動裝入;自動儲值;自動加載;自動加值;
autoload的參考例句
1.Otherwise, the plugin manager class will not be able to autoload your plugin! 否則,插件管理類插件管理類將不會自動加載你的插件!
2.We could simply include it using the include() function, but let's use one of PHP5's new features: __autoload(). (當然,)我們可以使用include()函數簡單地包含他,但是現在我們還是使用PHP5的一個新功能:__autoload()(來調用)。
3.Our __autoload() function takes the class name, passed as an argument, and checks if a similar named file exists in the classes directory. 我們的__autoload()函數通過一個參數獲得類的名稱,並且在(放置)類的目錄中是否存在一個相似名稱的文件。