summaryrefslogtreecommitdiff
path: root/urldecode.php
blob: 1666621792c4942647cefbfd469e6655c33d9602 (plain)
1
2
3
4
5
#!/usr/bin/env php
<?php

$contents = file_get_contents('php://stdin');
echo urldecode($contents);