SproutCMS

This is the code documentation for the SproutCMS project

function keyString()

Returns the value of a key, defined by a 'dot-noted' string, from an array.

Usage

void|string Kohana::keyString ( array $array , string $keys );

Authors

Arguments

  1. array $array
    array to search
  2. string $keys
    dot-noted string: foo.bar.baz

Return value

  • string
    if the key is found
  • void
    if the key is not found