Пример #1
0
 /**
  * Flush the client
  */
 public static function flush()
 {
     self::checkClient();
     self::$client->flush();
 }