Browse Source

php - comment in socket

master
kanoi 10 years ago
parent
commit
6beefc3e44
  1. 5
      pool/socket.php

5
pool/socket.php

@ -144,7 +144,10 @@ function sendsock($fun, $msg)
} }
return $ret; return $ret;
} }
# # This is the only function in here you call
# You pass it a string $fun for debugging
# and the data $msg to send to ckdb
# and it returns $ret = false on error or $ret = the string reply
function sendsockreply($fun, $msg) function sendsockreply($fun, $msg)
{ {
$ret = false; $ret = false;

Loading…
Cancel
Save