php enum JustAnEnum: string { case a = "value 1"; case b = "value 2"; } echo JustAnEnum::a->value;. Reply ...
確定! 回上一頁