[Top]
ADT
ADT.Struct
|
Method ADT.Struct()->cast()
- Method
cast
mixed cast(string to)
- Description
The struct can be casted into a string, which is eqivivalent
to running encode , or into an array. When casted into an
array each array element is the encoded value of that struct
item.
|