mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-14 06:11:35 +08:00
release version 2.0.13
This commit is contained in:
@ -261,9 +261,9 @@ class BaseArrayHelper
|
||||
*
|
||||
* @param array $array the array to write the value to
|
||||
* @param string|array|null $path the path of where do you want to write a value to `$array`
|
||||
* the path can be described by a string when each key should be separated by a dot
|
||||
* you can also describe the path as an array of keys
|
||||
* if the path is null then `$array` will be assigned the `$value`
|
||||
* the path can be described by a string when each key should be separated by a dot
|
||||
* you can also describe the path as an array of keys
|
||||
* if the path is null then `$array` will be assigned the `$value`
|
||||
* @param mixed $value the value to be written
|
||||
* @since 2.0.13
|
||||
*/
|
||||
|
Reference in New Issue
Block a user