BobbyPeng Posted November 14, 2010 Share Posted November 14, 2010 i know how to use spl_autoload_functions, spl_autoload_register, spl_autoload_unregister. but i want to know where and how to use the functions , such spl_autoload, spl_autoload_call, spl_autoload_extendsions. my understanding is spl_autoload_entendions can return the current list of extensions each separated by comma, and also i can set the extension. if i set the extension . That how it working. Link to comment https://forums.phpfreaks.com/topic/218606-spl-autoload-functions/ Share on other sites More sharing options...
requinix Posted November 14, 2010 Share Posted November 14, 2010 spl_autoload spl_autoload_call Once you understand what they do you should be able to figure out the "where and how" of using them. Short version: you don't really need to call them yourself. Link to comment https://forums.phpfreaks.com/topic/218606-spl-autoload-functions/#findComment-1134009 Share on other sites More sharing options...
BobbyPeng Posted November 14, 2010 Author Share Posted November 14, 2010 spl_autoload spl_autoload_call Once you understand what they do you should be able to figure out the "where and how" of using them. Short version: you don't really need to call them yourself. OK thank you very much . Link to comment https://forums.phpfreaks.com/topic/218606-spl-autoload-functions/#findComment-1134046 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.