|
Stud.IP
2.4 Revision 48548
|


Public Member Functions | |
| __construct ($input) | |
| __toString () | |
This class works like an array. The internal array is constructed from a comma separated string When used in an string context, it is automatically converted to a comma separated string
Usage:
| __construct | ( | $input | ) |
Construct an array object from a string of comma separated items
| string | $input | a string of comma separated items |
| __toString | ( | ) |
magic method for use of object in string context