コード例 #1
0
ファイル: RDS_Network.php プロジェクト: hexing-w/Yaf-CMS
 /**
  * Flush the buffer (if any) and write profiler(s).
  */
 public function flush()
 {
     if (is_null($this->socket)) {
         $this->openSocket();
     }
     parent::flush();
 }
コード例 #2
0
ファイル: RDS_Html.php プロジェクト: hexing-w/Yaf-CMS
 /**
  * Flush the buffer (if any) and write profiler(s).
  */
 public function flush()
 {
     echo '<div style="border: 1px black solid; background-color: #EAEAEA; padding: 10px; margin: 5px; color: black;">';
     parent::flush();
     echo '</div>';
 }