> > It would be great if it was possible to have CONSTANTS
> > of types like as Arrays or Objects.
> You can already use constant arrays such as array(1, 2, 3)
> as constants.
Maybe some day ;)
define('BLAH', array(4,5));
Warning: Constants may only evaluate to scalar values
You can serialize or implode the values ... This is a
decent feature request, submit feature requests to:
http://bugs.php.net
regards,
Philip Olson
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]