1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-19 11:21:27 +02:00

Split README into a few docs pages

This commit is contained in:
Jordi Boggiano
2015-06-19 14:57:05 +01:00
parent fc68ce5ae0
commit a0b984a18d
6 changed files with 246 additions and 241 deletions

View File

@@ -7,6 +7,8 @@ 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.
You can use a `unix://` prefix to access unix sockets and `udp://` to open UDP sockets instead of the default TCP.
Basic Example
-------------