Preparation to begin using phpdocumentor.
[squirrelmail.git] / functions / decode / iso8859-5.php
index 5d9703476975570342ac289521893e0e15bb1f5b..7c3ae2b33a23215292b0983ab7ea1114308efb56 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-/*
+/**
  * decode/iso8859-5.php
  * $Id$
  *
  *     Unicode Standard, and to make copies of this file in any form for
  *     internal or external distribution as long as this notice remains
  *     attached.
- *
+ * @package squirrelmail
+ * @subpackage decode
+ */
+
+/**
+ * Decode iso8859-5 encoded string
+ * @param string $string Encoded string
+ * @return string $string Decoded string
  */
 function charset_decode_iso8859_5 ($string) {
     global $default_charset;
@@ -152,4 +159,4 @@ function charset_decode_iso8859_5 ($string) {
     return $string;
 }
 
-?>
\ No newline at end of file
+?>