芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/store.kwesioben.com/vendor/box/spout/src/Spout/Common/Entity/Style/CellAlignment.php
1, self::RIGHT => 1, self::CENTER => 1, self::JUSTIFY => 1, ]; /** * @param string $cellAlignment * * @return bool Whether the given cell alignment is valid */ public static function isValid($cellAlignment) { return isset(self::$VALID_ALIGNMENTS[$cellAlignment]); } }