Does PHP have enums??eg ASP.Net enum public enum Foo{ None=0, One=1, Two=2, Three=3} Response.Write(Foo.One); Output is 1.
確定! 回上一頁