[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:
Bizley
2021-10-19 14:50:26 +02:00
committed by GitHub
parent b22bcaebfd
commit 0041f034fd
221 changed files with 596 additions and 596 deletions

View File

@ -37,8 +37,8 @@ echo $model->name;
```
也可像访问数组单元项一样访问属性,这要感谢[[yii\base\Model]]支持
[ArrayAccess 数组访问](https://secure.php.net/manual/en/class.arrayaccess.php)
和 [ArrayIterator 数组迭代器](https://secure.php.net/manual/en/class.arrayiterator.php):
[ArrayAccess 数组访问](https://www.php.net/manual/en/class.arrayaccess.php)
和 [ArrayIterator 数组迭代器](https://www.php.net/manual/en/class.arrayiterator.php):
```php
$model = new \app\models\ContactForm;