Experimental project

This is a sandbox project, which contains experimental code for developer use only.

Update a value in a multidimensional associative array using drush.

E.g.

variable_set('my_array', array('foo' => array('bar' => 0)));

drush vseta my_array foo bar 1

print_r(variable_get('my_array'));

outputs:

Array( [foo] => Array( [bar] => 1 ) )

Project information

  • caution Minimally maintained
    Maintainers monitor issues, but fast responses are not guaranteed.
  • caution Maintenance fixes only
    Considered feature-complete by its maintainers.
  • Created by dahousecat on , updated