fork download
  1. <?php
  2.  
  3. function foo($user_id, $chat_id = 0) {
  4. return $user_id;
  5. }
  6.  
  7. echo foo(42);
Success #stdin #stdout 0.02s 23684KB
stdin
Standard input is empty
stdout
42