fork(1) download
  1. <?php
  2.  
  3.  
  4. function getLocaleByLang($lang) {
  5. if(!isset($lang)) return "false";
  6. //function's code is here...
  7. return "true";
  8. }
  9.  
  10. echo getLocaleByLang(null);
Success #stdin #stdout 0.01s 20568KB
stdin
Standard input is empty
stdout
false