PHP 8.5.0 Alpha 1 available for testing

Voting

: eight minus one?
(Example: nine)

The Note You're Voting On

login at (two)view dot de
7 years ago
Just a quick note:
From PHP7 on you can even define a multidimensional Array as Constant:

define('QUARTLIST',array('1. Quarter'=>array('jan','feb','mar'),'2.Quarter'=>array('may','jun','jul'));

does work as expected.

<< Back to user notes page

To Top