mirror of
https://github.com/yiisoft/yii2.git
synced 2025-12-16 03:28:56 +08:00
[doc] Update PHP doc links (#18957)
* Replace https://secure.php.net with https://www.php.net * Replace http://www.php.net with https://www.php.net
This commit is contained in:
@@ -723,7 +723,7 @@ class Request extends \yii\base\Request
|
||||
*
|
||||
* By default this value is based on the user request information. This method will
|
||||
* return the value of `$_SERVER['HTTP_HOST']` if it is available or `$_SERVER['SERVER_NAME']` if not.
|
||||
* You may want to check out the [PHP documentation](https://secure.php.net/manual/en/reserved.variables.server.php)
|
||||
* You may want to check out the [PHP documentation](https://www.php.net/manual/en/reserved.variables.server.php)
|
||||
* for more information on these variables.
|
||||
*
|
||||
* You may explicitly specify it by setting the [[setHostInfo()|hostInfo]] property.
|
||||
|
||||
Reference in New Issue
Block a user