Is it possibile to create a new File instance from file path? What I'm trying to do is: $file = new File('image.jpg'); Debugbar::info($file->getExtension()) ...
確定! 回上一頁