|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2012-08-03 03:32 UTC] k at webnfo dot com
Description: ------------ TCP server can handle much more protocols not only on http. Like smtp, etc. Just accept the tcp message and invoke php to handle the other parts. PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Nov 04 18:00:01 2025 UTC |
Do you mean a commandline thing like -S? Or do you mean something like this? tcp_server("localhost", 9001, function ($addr, $sock) { // do stuff here });