mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Minor typos
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@156117 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
6918cce657
commit
22a0d12147
1 changed files with 9 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<appendix id="filters">
|
||||
<title>List of Built-In Filters</title>
|
||||
<para>
|
||||
|
@ -164,7 +164,10 @@ fclose($fp);
|
|||
<function>chunk_split</function>.
|
||||
</simpara>
|
||||
<example>
|
||||
<title>convert.base64_encode</title>
|
||||
<title>
|
||||
convert.base64-encode &
|
||||
convert.base64-decode
|
||||
</title>
|
||||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
<?php
|
||||
|
@ -209,7 +212,10 @@ fclose($fp);
|
|||
for striping from the encoded payload.
|
||||
</simpara>
|
||||
<example>
|
||||
<title>string.tolower</title>
|
||||
<title>
|
||||
convert.quoted-printable-encode &
|
||||
convert.quoted-printable-decode
|
||||
</title>
|
||||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
<?php
|
||||
|
|
Loading…
Reference in a new issue