mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
some docs for this func
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@146579 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
f7bd5706f5
commit
5752527dd3
1 changed files with 7 additions and 6 deletions
|
@ -1,13 +1,11 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1'?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- Generated by xml_proto.php v2.0. Found in /scripts directory of phpdoc. -->
|
||||
<refentry id="function.tidy-set-encoding">
|
||||
<refnamediv>
|
||||
<refname>tidy_set_encoding</refname>
|
||||
<refpurpose>
|
||||
Set the input/output character encoding for parsing markup.
|
||||
Values include: ascii, latin1, raw, utf8, iso2022, mac, win1252, utf16le,
|
||||
utf16be, utf16, big5 and shiftjis.
|
||||
</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
|
@ -16,9 +14,12 @@
|
|||
<type>bool</type><methodname>tidy_set_encoding</methodname>
|
||||
<methodparam><type>string</type><parameter>encoding</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
|
||||
&warn.undocumented.func;
|
||||
|
||||
<para>
|
||||
Sets the encoding for input/output documents. &return.success;
|
||||
Possible values for <parameter>encoding</parameter>are
|
||||
ascii, latin1, raw, utf8, iso2022, mac, win1252, utf16le,
|
||||
utf16be, utf16, big5, and shiftjis.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
|
|
Loading…
Reference in a new issue