mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
Minor changes.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@21498 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
96cc83a6e0
commit
523173744b
1 changed files with 21 additions and 13 deletions
|
@ -23,7 +23,7 @@
|
|||
<refentry id="function.recode-string">
|
||||
<refnamediv>
|
||||
<refname>recode_string</refname>
|
||||
<refpurpose>Recode a string according to a recode request.</refpurpose>
|
||||
<refpurpose>Recode a string according to a recode request</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
|
@ -35,7 +35,8 @@
|
|||
<para>
|
||||
Recode the string <parameter>string</parameter> according to
|
||||
the recode request <parameter>request</parameter>. Returns
|
||||
FALSE, if unable to comply, TRUE otherwise.</para>
|
||||
FALSE, if unable to comply, TRUE otherwise.
|
||||
</para>
|
||||
<para>
|
||||
A simple recode request may be "lat1..iso646-de".
|
||||
See also the GNU Recode documentation of your installation
|
||||
|
@ -47,7 +48,7 @@
|
|||
<refentry id="function.recode">
|
||||
<refnamediv>
|
||||
<refname>recode</refname>
|
||||
<refpurpose>Recode a string according to a recode request.</refpurpose>
|
||||
<refpurpose>Recode a string according to a recode request</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
|
@ -56,17 +57,21 @@
|
|||
<paramdef>string <parameter>request</parameter></paramdef>
|
||||
<paramdef>string <parameter>string</parameter></paramdef>
|
||||
</funcsynopsis>
|
||||
<simpara>
|
||||
This is an alias for <function>recode_string</function>. It
|
||||
has been added in PHP4.
|
||||
</simpara>
|
||||
<note>
|
||||
<simpara>
|
||||
This is an alias for <function>recode_string</function>. It has
|
||||
been added in PHP4.
|
||||
</simpara>
|
||||
</note>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<refentry id="function.recode-file">
|
||||
<refnamediv>
|
||||
<refname>recode_file</refname>
|
||||
<refpurpose>Recode from file to file according to recode request.</refpurpose>
|
||||
<refpurpose>
|
||||
Recode from file to file according to recode request
|
||||
</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
|
@ -76,16 +81,19 @@
|
|||
<paramdef>int <parameter>output</parameter></paramdef>
|
||||
</funcsynopsis>
|
||||
<para>
|
||||
Recode the file referenced by file handle <parameter>input</parameter>
|
||||
into the file referenced by file handle <parameter>output</parameter>
|
||||
according to the recode request <parameter>request</parameter>.
|
||||
Returns FALSE, if unable to comply, TRUE otherwise.</para>
|
||||
Recode the file referenced by file handle
|
||||
<parameter>input</parameter> into the file referenced by file
|
||||
handle <parameter>output</parameter> according to the recode
|
||||
request. Returns FALSE, if unable to comply, TRUE
|
||||
otherwise.
|
||||
</para>
|
||||
<para>
|
||||
This function does not currently process filehandles referencing
|
||||
remote files (URLs). Both filehandles must refer to local files.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
</reference>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
|
@ -98,7 +106,7 @@ sgml-always-quote-attributes:t
|
|||
sgml-indent-step:1
|
||||
sgml-indent-data:t
|
||||
sgml-parent-document:nil
|
||||
sgml-default-dtd-file:"../manual.ced"
|
||||
sgml-default-dtd-file:"../../manual.ced"
|
||||
sgml-exposed-tags:nil
|
||||
sgml-local-catalogs:nil
|
||||
sgml-local-ecat-files:nil
|
||||
|
|
Loading…
Reference in a new issue