You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
var_dump($test); // true if call succeeded. false if any error happened during the call, like network error etc. Check the remaining values below only if this value is true.
var_dump($key);
var_dump($val); // value if it exists, NULL otherwise.
var_dump($flag); // flag if value exists, uninitialized junk otherwise