aboutsummaryrefslogtreecommitdiff
path: root/Wrt3g/HtmlParser.php
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2010-12-15 08:11:05 +0100
committerChristian Weiske <cweiske@cweiske.de>2010-12-15 08:11:05 +0100
commit9165313ca9a13caf0fa3a5c9d69be622ce7cf1b3 (patch)
tree5879a5a903d5428a05a31184833b35b3798f3cbe /Wrt3g/HtmlParser.php
parenteaa492c9011cb3f10fa1cf6c726874a015630ff6 (diff)
downloadlinksys-wrt3g-tools-9165313ca9a13caf0fa3a5c9d69be622ce7cf1b3.tar.gz
linksys-wrt3g-tools-9165313ca9a13caf0fa3a5c9d69be622ce7cf1b3.zip
document return value
Diffstat (limited to 'Wrt3g/HtmlParser.php')
-rw-r--r--Wrt3g/HtmlParser.php11
1 files changed, 10 insertions, 1 deletions
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)
{