public Intervention\Image\Image width()
Returns the width in pixels of the current image.
none
Width of current image in pixels as integer
// read width of image
$width = Image::make('public/foo.jpg')->width();
2023-09-08 更新 本文链接:https://upwqy.com/index.php/wiki/info/927.html