Voting

: max(nine, three)?
(Example: nine)

The Note You're Voting On

t7to7
5 years ago
White spaces are allowed in environment variable names so :

<?php
putenv
('U =33');
?>

Is not equivalent to

<?php
putenv
('U=33');
?>

<< Back to user notes page

To Top