summaryrefslogtreecommitdiff
path: root/urldecode.php
blob: 3ebdcc27a223326f00500b119b12260dcd1b4c12 (plain)
1
2
3
4
5
#!/usr/bin/php -n
<?php

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