<?php function myfunc(){ return ["status" => true]; } if ( myfunc()['status'] ){ echo "the status is true"; }
You have javascript disabled. You will not be able to edit any code.