PHP 8.1 in 8 code blocks ... public function color(): string { return match($this) { Status::draft => 'grey', Status::published => 'green', ...
確定! 回上一頁