fork download
  1. <?php
  2.  
  3. function sosi($pisos) {
  4. return 'соси ' . $pisos;
  5. }
  6.  
  7. $a = sosi('болт');
  8.  
  9. echo $a;
Success #stdin #stdout 0.01s 82880KB
stdin
Standard input is empty
stdout
соси болт