芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/store.kwesioben.com/vendor/league/glide/src/Manipulators/Orientation.php
getOrientation(); if ('auto' === $orientation) { return $image->orientate(); } return $image->rotate($orientation); } /** * Resolve orientation. * * @return string The resolved orientation. */ public function getOrientation() { if (in_array($this->or, ['auto', '0', '90', '180', '270'], true)) { return $this->or; } return 'auto'; } }