Message: count(): Parameter must be an array or an object that implements Countable
Line : 13 hatası var,

o line 13 ise;

if (count($result)!= 1)
{
return false;
}
else
{
return $result;
}