PHP 8.5.0 Alpha 4 available for testing

Voting

: min(zero, six)?
(Example: nine)

The Note You're Voting On

Anonymous
13 years ago
If you don't have PHP 5.4 and want to change the returned status code, you can simply write:
<?php
header
(':', true, $statusCode);
?>

The ':' are mandatory, or it won't work

<< Back to user notes page

To Top