]
Subject: [PHP] Feature Suggestion
If this is the wrong place for it, please point me to the right place.
This is real small, though.. I'd like to see a shorthand for defining
arrays.. for example
$ucase_alphabet = array(['A'..'Z']); (creates an array of all alphab
If this is the wrong place for it, please point me to the right place.
This is real small, though.. I'd like to see a shorthand for defining
arrays.. for example
$ucase_alphabet = array(['A'..'Z']); (creates an array of all alphabet
characters, uppercase)
$numeric = array([1..100]);
Or someth
2 matches
Mail list logo