document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. public static function Register() {
  2.         if (function_exists(\'__autoload\')) {
  3.             //  Register any existing autoloader function with SPL, so we don\'t get any clashes
  4.             spl_autoload_register(\'__autoload\');
  5.         }
  6.         //  Register ourselves with SPL
  7.         return spl_autoload_register(array(\'PHPExcel_Autoloader\', \'Load\'));
  8.     }   //  function Register()
');