On Wed, Sep 17, 2008 at 2:31 AM, Nathan Rixham <nrixham@xxxxxxxxx> wrote: > off on a tangent.. I made this some time ago which is rather useful: > > $url = new url('http://php.net/some.page'); > > echo $url; > echo $url->scheme; Why would you need this with parse_url() ? Seems like that function is completely duplicated there... -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php