Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > 0d4c98b3a1e9cc637fd2303189e6f339 > files > 2

php-pear-Net-URL-1.0.15-3.fc12.noarch.rpm

<?php
error_reporting(E_ALL);
ini_set('display_errors', 'on');
require_once '../URL.php';

$url = new Net_URL;
$url->setOption('encode_query_keys', true);
print_r($url->querystring);
?>