|
Stud.IP
3.0 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:
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
| __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