insert()
insert(string $path, mixed $value, array|boolean $options = array()) : \Couchbase\MutateInBuilder
Insert a fragment provided the last element of the path doesn't exists.
Parameters
string | $path | the path where to insert a new dictionary value. |
mixed | $value | the new dictionary value to insert. |
array|boolean | $options | the array with command modificators. The boolean value, controls "createPath" option. Supported values are:
|