I got an error in my code Trying to access array offset on value of type bool in the last line of my code:
global $SESSION_FOLDER;
$filename=$SESSION_FOLDER.'/'.$id;
ob_start();
$data=file($filename);
ob_end_clean();
$result=array();
list($type,$balance,$pm,$ref)=explode(':',$data[0]);