]> granicus.if.org Git - php/commitdiff
Added a description to get_browser().
authorEgon Schmid <eschmid@php.net>
Fri, 23 Jun 2000 19:55:49 +0000 (19:55 +0000)
committerEgon Schmid <eschmid@php.net>
Fri, 23 Jun 2000 19:55:49 +0000 (19:55 +0000)
ext/standard/browscap.c

index 8dc50a5f318ed71e855fd2a9aecca2f7eb5440a1..30e1bd1d3264725959234e01ddfbd920b18c6293 100644 (file)
@@ -51,8 +51,8 @@ static int browser_reg_compare(zval **browser)
        return 0;
 }
 
-/* {{{ proto object get_browser(string agent_name)
-   ??? */
+/* {{{ proto object get_browser(string browser_name)
+   Get information about the capabilities of a browser */
 PHP_FUNCTION(get_browser)
 {
        pval **agent_name,**agent, tmp;