浏览代码

Fix doc/sockets.md

Pablo de Leon Belloc 14 年之前
父节点
当前提交
cc9c02250c
共有 1 个文件被更改,包括 3 次插入2 次删除
  1. 3 2
      doc/sockets.md

+ 3 - 2
doc/sockets.md

@@ -4,11 +4,12 @@ Sockets Handler
 This handler allows you to write your logs to sockets using [fsockopen](http://php.net/fsockopen)
 This handler allows you to write your logs to sockets using [fsockopen](http://php.net/fsockopen)
 or [pfsockopen](http://php.net/pfsockopen).
 or [pfsockopen](http://php.net/pfsockopen).
 
 
+Persistent sockets are mainly useful in web environments where you gain some performance not closing/opening
+the connections between requests.
+
 Basic Example
 Basic Example
 -------------
 -------------
 
 
-This example e persistent connections:
-
 ```php
 ```php
 <?php
 <?php