ob_start

  1. ob_start();  
  2. curl_exec($ch);  
  3. $result = ob_get_contents() ;  
  4. ob_end_clean(); 

你可能感兴趣的:(ob_start)