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:
@@ -67,7 +67,7 @@ use yii\helpers\Html;
|
||||
返されたウィジェットのインスタンスを使って、ウィジェットのコンテントを構築することが出来ます。
|
||||
|
||||
> Note: いくつかのウィジェットは、[[yii\base\Widget::end()]] が呼ばれるときに囲んだコンテンツを調整するため、
|
||||
> [出力バッファリング](https://secure.php.net/manual/ja/book.outcontrol.php) を使用します。
|
||||
> [出力バッファリング](https://www.php.net/manual/ja/book.outcontrol.php) を使用します。
|
||||
> この理由から、[[yii\base\Widget::begin()]] と [[yii\base\Widget::end()]] の呼び出しは、同じビュー・ファイルの中で発生するものと想定されています。
|
||||
> この規則に従わない場合は、予期しない出力結果が生じ得ます。
|
||||
|
||||
|
||||
Reference in New Issue
Block a user