<?php function config($key): string { $arr = ["protocol"=> "https", "port"=> "80", "website"=>"wwww.example.com"]; return array_key_exists($key, $arr) ? $arr[$key] : null; } function myfunc(){ echo config("port"); } myfunc();
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`