Socket Extension
42/57
Basic Sockets
TCP Client
The socket extension provides an interface to the POSIX socket API on both Windows and Linux.
•
Good when you need low-level access
•
More complexity, but more power
•
Use it only if
fsockopen()
isn't to your liking