This has got to be one of the most frequently updated PHP sites, keep up the good work... 这是最频繁更新的PHP网站之一,保持了良好的工作......”
马克斯

RocksURL类

描述

这个类表示一个URL。

  • string $url: the full URL 物业读:字符串网址:完整的URL
  • string $protocol: the protocol of the URL so HTTP or HTTPS 物业读:字符串$协议:URL的协议,以便HTTP或HTTPS
  • string $host: the host name of the URL 物业读:字符串$主机:主机名的URL
  • string $username: the username if it is present in the URL 物业读:字符串$用户名:用户名,如果是在目前的URL
  • string $password: the password if it is present in the URL 物业读:字符串$密码:密码,如果它是目前在网址
  • string $path: the path of the item in the URL 物业读:字符串路径:该项目在URL路径
  • string $querystring: the query string in the URL 物业读:字符串$ querystring的:在URL的查询字符串
  • Dominic Skinner 作者:多米尼克·斯金纳
  • 0.2.1 版本:0.2.1

)坐落在/ RocksURL.php(18行)

方法摘要
__construct ([ string $url = null ]) RocksURL __construct ([ 字符串 $ URL = NULL)
__get ( 无效 __get ) $名
方法
(line 32 ) 构造构造_(32行)

这将创建的URL。 如果没有指定一个URL,那么当前的URL。

  • public 访问:公众
__construct ([ string $url = null ]) RocksURL _构造 ([ 字符串 $ URL = NULL)
  • $url : the current URL 字符串 $网址 :当前URL
(line 89 ) __get(89行)
  • public 访问:公众
__get ( 函数void __得到 ) $名
  • 元名称

已提供任何意见。
安全形象

书面由多米尼克·斯金纳
最后更新:2011年10月25日十六点00分38秒