Files
archived-presentations/slides/advphp/socketext.xml
2002-07-23 12:22:50 +00:00

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>