fork download
  1. <?php
  2.  
  3. $result = [];
  4.  
  5. $img_path = $result['imgpath'] ?? 'default.jpg';
  6. echo $img_path;
Success #stdin #stdout 0.03s 26240KB
stdin
Standard input is empty
stdout
default.jpg