Showing posts with label dict. Show all posts
Showing posts with label dict. Show all posts

Wednesday, May 07, 2008

dict function

function dict($english)
{
$ini_array = parse_ini_file("d.ini");
return($ini_array[$english]);
}