Net_URL
[ class tree: Net_URL ] [ index: Net_URL ] [ all elements ]

Source for file 6470.php

Documentation is available at 6470.php

  1. <?php
  2. ini_set('display_errors''on');
  3. require_once './pear/Net_URL/URL.php';
  4.  
  5. $url = new Net_URL;
  6. $url->setOption('encode_query_keys'true);
  7. print_r($url->querystring);
  8. ?>

Documentation generated on Mon, 11 Mar 2019 15:01:53 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.