From 6beefc3e44e6d6ee28e4486717b756d2215e269d Mon Sep 17 00:00:00 2001 From: kanoi Date: Mon, 1 Sep 2014 13:18:16 +1000 Subject: [PATCH] php - comment in socket --- pool/socket.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pool/socket.php b/pool/socket.php index 9ace00b7..f2108653 100644 --- a/pool/socket.php +++ b/pool/socket.php @@ -144,7 +144,10 @@ function sendsock($fun, $msg) } 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) { $ret = false;