[PHP-DOC] cvs: phpdoc /en/reference/mbstring/functions mb-get-info.xml
by Nuno Lopes other posts by this author
Feb 13 2006 12:19PM messages near this date
[PHP-DOC] cvs: phpdoc /en/reference/unicode/functions unicode-semantics.xml
|
[PHP-DOC] #36381 [NEW]: The term "header" is used incorrectly
nlopess Mon Feb 13 20:19:25 2006 UTC
Modified files:
/phpdoc/en/reference/mbstring/functions mb-get-info.xml
Log:
document the new array keys
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/mbstring/functions/mb-get-info.xml?r1=1.4
&r2=1.5&diff_format=u
Index: phpdoc/en/reference/mbstring/functions/mb-get-info.xml
diff -u phpdoc/en/reference/mbstring/functions/mb-get-info.xml:1.4 phpdoc/en/reference/mbstr
ing/functions/mb-get-info.xml:1.5
--- phpdoc/en/reference/mbstring/functions/mb-get-info.xml:1.4 Thu Jun 23 16:53:24 2005
+++ phpdoc/en/reference/mbstring/functions/mb-get-info.xml Mon Feb 13 20:19:25 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/mbstring.xml, last change in rev 1.1 -->
<refentry id="function.mb-get-info">
<refnamediv>
@@ -19,7 +19,9 @@
<para>
If <parameter> type</parameter> isn't specified or is specified to
"all", an array having the elements "internal_encoding",
- "http_output", "http_input", "func_overload" will be returned.
+ "http_output", "http_input", "func_overload", "mail_charset",
+ "mail_header_encoding", "mail_body_encoding" will be returned. The last
+ three elements are available since PHP 5.1.3.
</para>
<para>
If <parameter> type</parameter> is specified for "http_output",
|