SproutCMS

This is the code documentation for the SproutCMS project

function keyStringSet()

Sets values in an array by using a 'dot-noted' string.

Usage

void|mixed Kohana::keyStringSet ( array &$array , string $keys [, mixed $fill ] );

Authors

Arguments

  1. array $array (by reference)
    array to set keys in (reference)
  2. string $keys
    dot-noted string: foo.bar.baz
  3. $fill = NULL

Return value

  • mixed
    fill value for the key
  • void