mirror of
https://github.com/php/presentations.git
synced 2026-03-24 15:42:33 +01:00
11 lines
337 B
XML
11 lines
337 B
XML
<slide title="Socket Extension">
|
|
<blurb>The socket extension provides an interface to the
|
|
POSIX socket API on both Windows and Linux.</blurb>
|
|
<list>
|
|
<bullet>Good when you need low-level access</bullet>
|
|
<bullet>More complexity, but more power</bullet>
|
|
<bullet>Use it only if %fsockopen()% isn't to your liking</bullet>
|
|
</list>
|
|
|
|
</slide>
|