Help for this page

Select Code to Download


  1. or download this
    $content .= $body->as_string if defined $body;
    
  2. or download this
    if (defined $body) {
       $content .= $body->as_string;
       $filename = $body->path;
       unlink($filename);
    };