Ejemplo n.º 1
0
 private static function resize()
 {
     list($width, $height, $path) = self::$args;
     $realPath = base64_decode($path);
     IMAGES::resize($realPath, $width, $height);
     #self::error();
 }