diff --git a/functions/fdf.xml b/functions/fdf.xml index faa5c3f8d1..f3b9fdec14 100644 --- a/functions/fdf.xml +++ b/functions/fdf.xml @@ -1,5 +1,5 @@ - + Forms Data Format functions FDF @@ -306,7 +306,9 @@ unlink("outtest.fdf"); string fdf_next_field_name int fdf_document - string fieldname + string + fieldname + @@ -316,8 +318,8 @@ unlink("outtest.fdf"); if the second paramter is &null;. - See also fdf_set_field, - fdf_get_field. + See also fdf_set_value, + fdf_get_value. diff --git a/functions/mbstring.xml b/functions/mbstring.xml index a631b0d083..34ebaf73f7 100644 --- a/functions/mbstring.xml +++ b/functions/mbstring.xml @@ -1,20 +1,13 @@ - + Multi-Byte String Functions Multi-Byte String - &warn.experimental; Introduction - - - This module is EXPERIMENTAL. Function name/API is subject to - change. Current conversion filter supports Japanese only. - - There are many languages in which all characters can be expressed by single byte. Multi-byte character codes are used to express @@ -547,7 +540,6 @@ mbstring.substitute_character = none language - &warn.experimental.func; mb_language sets language. If language is omitted, it returns current @@ -600,7 +592,6 @@ mbstring.substitute_character = none - &warn.experimental.func; mb_parse_str parses GET/POST/COOKIE data and sets global variables. Since PHP does not provide raw POST/COOKIE @@ -643,7 +634,6 @@ mbstring.substitute_character = none encoding - &warn.experimental.func; mb_internal_encoding sets internal character encoding to encoding If parameter is @@ -702,7 +692,6 @@ echo mb_internal_encoding(); - &warn.experimental.func; mb_http_input returns result of HTTP input character encoding detection. @@ -741,7 +730,6 @@ echo mb_internal_encoding(); - &warn.experimental.func; If encoding is set, mb_http_output sets HTTP output character @@ -781,7 +769,6 @@ echo mb_internal_encoding(); - &warn.experimental.func; mb_detect_order sets automatic character encoding detection order to encoding-list. @@ -883,7 +870,6 @@ echo implode(", ", mb_detect_order()); - &warn.experimental.func; mb_substitute_character specifies substitution character when input character encoding is invalid @@ -955,7 +941,6 @@ echo mb_substitute_character(); int status - &warn.experimental.func; mb_output_handler is ob_start callback @@ -1029,7 +1014,6 @@ ob_start("mb_output_handler"); string encoding - &warn.experimental.func; mb_preferred_mime_name returns MIME charset string for character encoding @@ -1068,7 +1052,6 @@ header("Content-Type: text/html; charset=" . mb_preferred_mime_name($outputenc)) - &warn.experimental.func; mb_strlen returns number of characters in string str having character encoding @@ -1109,7 +1092,6 @@ header("Content-Type: text/html; charset=" . mb_preferred_mime_name($outputenc)) - &warn.experimental.func; mb_strpos returns the numeric position of the first occurrence of needle in the @@ -1166,7 +1148,6 @@ header("Content-Type: text/html; charset=" . mb_preferred_mime_name($outputenc)) - &warn.experimental.func; mb_strrpos returns the numeric position of the last occurrence of needle in the @@ -1219,7 +1200,6 @@ header("Content-Type: text/html; charset=" . mb_preferred_mime_name($outputenc)) - &warn.experimental.func; mb_substr returns the portion of str specified by the @@ -1269,7 +1249,6 @@ header("Content-Type: text/html; charset=" . mb_preferred_mime_name($outputenc)) - &warn.experimental.func; mb_strcut returns the portion of str specified by the @@ -1316,7 +1295,6 @@ header("Content-Type: text/html; charset=" . mb_preferred_mime_name($outputenc)) - &warn.experimental.func; mb_strwidth returns width of string str. @@ -1370,7 +1348,6 @@ header("Content-Type: text/html; charset=" . mb_preferred_mime_name($outputenc)) - &warn.experimental.func; mb_strimwidth truncates string str to specified @@ -1426,7 +1403,6 @@ $str = mb_strimwidth($str, 0, 40, "..>"); - &warn.experimental.func; mb_convert_encoding converts character encoding of string str from @@ -1483,7 +1459,6 @@ $str = mb_convert_encoding($str, "EUC-JP", "auto"); - &warn.experimental.func; mb_detect_encoding detects character encoding in string str. It returns @@ -1546,7 +1521,6 @@ echo mb_detect_encoding($str, $ary); - &warn.experimental.func; mb_convert_kana performs "han-kaku" - "zen-kaku" conversion for string str. It @@ -1629,7 +1603,6 @@ $str = mb_convert_kana($str, "KVa"); - &warn.experimental.func; mb_encode_mimeheader converts string str to encoded-word for header field. @@ -1682,7 +1655,6 @@ echo $addr; string str - &warn.experimental.func; mb_decode_mimeheader decodes encoded-word string str in MIME header. @@ -1711,7 +1683,6 @@ echo $addr; mixed vars - &warn.experimental.func; mb_convert_variables convert character encoding of variables vars in @@ -1772,7 +1743,6 @@ $inputenc = mb_convert_variables($interenc, "ASCII,UTF-8,SJIS-win", $post1, $pos - &warn.experimental.func; mb_encode_numericentity converts specified character codes in string str @@ -1857,7 +1827,6 @@ $str = mb_encode_numericentity($str, $convmap, "sjis-win"); - &warn.experimental.func; Convert numeric string reference of string str in specified block to character. It @@ -1917,7 +1886,6 @@ $convmap = array ( - &warn.experimental.func; mb_send_mail sends email. Headers and message are converted and encoded according to @@ -1959,6 +1927,43 @@ $convmap = array ( + + + mb_get_info + Get internal settings of mbstring + + + Description + + + string mb_get_info + string + type + + + + &warn.experimental.func; + + mb_get_info returns internal setting + parameter of mbstring. + + + If type isn't specified or is specified to + "all", an array having the elements "internal_encoding", + "http_output", "http_input", "func_overload" will be returned. + + + If type is specified for "http_output", + "http_input", "internal_encoding", "func_overload", + the specified setting parameter will be returned. + + + See also mb_internal_encoding, + mb_http_output. + + + + + PDF functions PDF @@ -1239,14 +1239,15 @@ pdf_delete($pdf); int pdf_findfont int pdf object string fontname - string encoding^ + string encoding int embed Prepare a font for later use with pdf_setfont. The metrics will be loaded, and if embed is nonzero, the font file - will be checked, but not yet used. Encoding is one of "builtin", + will be checked, but not yet + used. encoding is one of "builtin", "macroman", "winansi", "host", or a user-defined encoding name, or the name of a CMap.