Your Developer Exam showed me just how much there is to PHP. "開発者の試験は、PHPに存在するだけでどれだけ見せてくれた。"
ロス

RocksURLクラス

説明

このクラスは、URLを表します。

  • string $url: the full URL プロパティ-読み取り:文字列$ URL:完全なURL
  • string $protocol: the protocol of the URL so HTTP or HTTPS プロパティ-読み取り:文字列$プロトコル:HTTPまたはHTTPSのため、URLのプロトコル
  • 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 プロパティ-読み取り:文字列$パスワード:パスワードは、URLに存在する場合
  • string $path: the path of the item in the URL プロパティ-読み取り:文字列$パス:URL内のアイテムのパス
  • string $querystring: the query string in the URL プロパティ-読み取り:文字列$クエリ文字列:URLのクエリ文字列
  • Dominic Skinner 著者:ドミニクスキナー
  • 0.2.1 バージョン:0.2.1

) / RocksURL.php(18行目)に位置して

メソッドの概要
__construct ([ string $url = null ]) RocksURL __construct ([ 文字列 $ URL = NULL])
__get ( ボイド __get ) $名
の方法
(line 32 ) コンストラクタ__construct(32行目)

これは、URLを作成します。 URLが指定されていない場合、現在のURLが使用されます。

  • public アクセス:公共
__construct ([ string $url = null ]) RocksURL __construct([ 文字列 $ URL = NULL])
  • $url : the current URL 文字列 $ URL:現在のURL
(line 89 ) __get(89行)
  • public アクセス:公共
__get ( ボイド __get( ) $名
  • $名

コメントが提供されていない。
セキュリティイメージ

ドミニクスキナーによって書か
最終更新日:2011年10月25日午後04時00分38秒を