We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 137458a commit 49160cbCopy full SHA for 49160cb
server.php
@@ -19,7 +19,7 @@
19
$u_info = array();
20
21
22
-// socket_noprmal_read pasted off php.net, thanks to the
+// socket_normal_read() was pasted off php.net, thanks to the
23
// poster. used to correctly read to newlines on win32
24
$sockets = array();
25
$queues = array();
@@ -35,7 +35,7 @@ function socket_normal_read($socket)
35
}
36
37
$recv = socket_read ($socket, $config['max_len']);
38
-//$recv = str_replace($recv, "\r", "");
+ //$recv = str_replace($recv, "\r", "");
39
if ($recv === "") {
40
if (strpos ($queues[$i], $config['line_ending']) === false)
41
return false;
0 commit comments