Voting

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

The Note You're Voting On

theking2(at)king.ma
1 year ago
Using a double slash ('//') in a url will be regarded as unparseble string and will return NULL

<?php
$result
= parse_url('http://api.example.com//resource');

// $result = null

?>

Tested with PHP 8.1.27

<< Back to user notes page

To Top