UT5Util
Server内部のパスの構造
- Directory
- /home/forge/store.sample-host.com/public/wp/wp-admin/
| 項目名 | 値 | 変数名 |
|---|---|---|
| Home Directory | /home/forge/ | |
| Website Base Directory | /home/forge/store.sample-host.com | |
| Website Document Root Directory | /home/forge/store.sample-host.com/public |
WebサイトのURLの構造
- URLパス (URL Path)
- https://store.sample-host.com/category/item/list.php?id=234&option=sample#price
| 項目名 Part |
値 | 変数名 |
|---|---|---|
| ベースURL | https://store.sample-host.com | urlBase |
| プロトコル | http:// | protocol |
| ホスト | store.sample-host.com | |
| ドメイン | sample-host.com | domain |
| サブドメイン | store | subdomain |
| パス | /category/item/list.php | urlPath |
| ? クエリ文字列 |
?id=234&option=sample | query |
| # ハッシュ |
#price | hash |
関連関数
| 関数名 | 説明 |
|---|---|
| getUrlCurrent |
現在表示しているページのURLを取得 結果 https://www.usual.tools/tech/ut5/util/ |