Subversion Repositories Applications.framework

Rev

Rev 80 | Rev 105 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 80 Rev 85
Line 30... Line 30...
30
// |                                                                       |
30
// |                                                                       |
31
// +-----------------------------------------------------------------------+
31
// +-----------------------------------------------------------------------+
32
// | Author: Christian Schmidt <schmidt at php dot net>                    |
32
// | Author: Christian Schmidt <schmidt at php dot net>                    |
33
// +-----------------------------------------------------------------------+
33
// +-----------------------------------------------------------------------+
34
//
34
//
35
// $Id: Net_URL2.php 80 2009-08-27 07:30:42Z jpm $
35
// $Id: Url.php 85 2009-08-27 08:19:18Z jpm $
36
//
36
//
37
// Net_URL2 Class (PHP5 Only)
37
// Net_URL2 Class (PHP5 Only)
Line 38... Line 38...
38
 
38
 
39
// This code is released under the BSD License - http://www.opensource.org/licenses/bsd-license.php
39
// This code is released under the BSD License - http://www.opensource.org/licenses/bsd-license.php
40
/**
40
/**
41
 * @license BSD License
41
 * @license BSD License
42
 */
42
 */
43
class Net_URL2
43
class Url
44
{
44
{
45
    /**
45
    /**
46
     * Do strict parsing in resolve() (see RFC 3986, section 5.2.2). Default
46
     * Do strict parsing in resolve() (see RFC 3986, section 5.2.2). Default
47
     * is true.
47
     * is true.