Example #1
0
File: Utils.php Project: rsms/phpab
 /**
  * Load and unserialize file
  * 
  * @param  string
  * @return mixed
  * @throws IOException
  * @deprecated Use {@link IO::unserializeFile()} instead
  */
 public static function unserializeFile($file)
 {
     return IO::unserializeFile($file);
 }