I have an array in my php code, but I don\'t know how to get the value of it.
my array :
$year = array( \'data\' => to_html(strtr(to_lang(\'main
You are able to access it as follows:
$stringyear = $year[1]['^year'];