function toBool($str)
{
return $str==='false' ? false : true;
}