php - How do I unset spl_autoload_register() and from where does it run? -


when using spl_autoload_register(), if understand correctly, once run it, php saves every file.

the question have, , 3 questions, is:

  1. how remove function spl_autoload_register()?
  2. does spl_autoload_register() save functions autoloaded , restore them upon restarting php?
  3. does function in spl_autoload_register() run same location?

  1. go php.net/spl_autoload_register. on left side, under spl_autoload_register, says spl_autoload_unregister.

  2. it saves autoloders every time script runs (which every time visits page).

  3. if understand question then, yes. if tell find there (unless iffy).


Comments

Popular posts from this blog

jquery - isAjaxRequest always return false -

php - SPIP: From Tag directly to an article -