From: Christian Weiske Date: Wed, 15 Dec 2010 07:11:05 +0000 (+0100) Subject: document return value X-Git-Tag: 1.0.0~42 X-Git-Url: https://git.cweiske.de/linksys-wrt3g-tools.git/commitdiff_plain/9165313ca9a13caf0fa3a5c9d69be622ce7cf1b3?hp=eaa492c9011cb3f10fa1cf6c726874a015630ff6 document return value --- diff --git a/Wrt3g/HtmlParser.php b/Wrt3g/HtmlParser.php index c40f117..17b46e5 100644 --- a/Wrt3g/HtmlParser.php +++ b/Wrt3g/HtmlParser.php @@ -116,7 +116,16 @@ class Wrt3g_HtmlParser * * @param string $body HTML document to parse * - * @return array FIXME + * @return array Array of key-value pairs with the following keys: + * - type + * - network + * - signal strength + * - connection time + * - session usage (array) + * - card model + * - card revision + * - card firmware + * - IMSI */ public function status_noauth($body) {