PHP 8.5.0 Alpha 2 available for testing

Voting

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

The Note You're Voting On

http://mike.eire.ca
20 years ago
I found on Windows (PHP 5) an empty string did not return anything, it just timed out. I had to use null instead:

<?php
$a
= snmpwalk("127.0.0.1", "public", null);
?>

<< Back to user notes page

To Top