Your PHP skills tool showed me were I needed to improve and how to do it! "あなたの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 プロパティの読み取り:文字列$ PATH: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 ) コンストラクタ__コンストラクト (ライン32)

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

  • public アクセス:公共
__construct ([ string $url = null ]) RocksURL __コンストラクト ([ 文字列 $ URL = NULL])
  • $url : the current URL 文字列 $ URL:現在のURL
(line 89 ) __get(ライン89)
  • public アクセス:公共
__get ( ボイド __取得 ) $名
  • $ nameに

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

ドミニクスキナーによって書かれた
最終更新日:2011年10月25日午前16時○○分38秒を