Does PHP have structs or enums?

skin4all

New Member
is there a \[code\]typedef\[/code\] keyword in PHP such that I can do something like:\[code\]typedef struct {} aStructure;\[/code\]or\[code\]typedef enum { aType1, aType2,} aType;\[/code\]
 
Back
Top