PHP 8.5.0 Alpha 1 available for testing

Voting

: max(six, four)?
(Example: nine)

The Note You're Voting On

moficer at host dot sk
9 years ago
php 5.6.16

<?php
var_export
(range('Z', 'a'));

/*
array (
0 => 'Z',
1 => '[',
2 => '\\',
3 => ']',
4 => '^',
5 => '_',
6 => '`',
7 => 'a',
)
*/

<< Back to user notes page

To Top