mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
use <function> here
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@157314 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
c3fffb4b6f
commit
4927c9daea
1 changed files with 2 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<!-- splitted from ./en/functions/strings.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.chunk-split">
|
||||
<refnamediv>
|
||||
|
@ -16,8 +16,7 @@
|
|||
</methodsynopsis>
|
||||
<para>
|
||||
Can be used to split a string into smaller chunks which is useful for
|
||||
e.g. converting <link
|
||||
linkend="function.base64-encode">base64_encode</link> output to match RFC
|
||||
e.g. converting <function>base64_encode</function> output to match RFC
|
||||
2045 semantics. It inserts <parameter>end</parameter> (defaults to
|
||||
"\r\n") every <parameter>chunklen</parameter> characters (defaults to
|
||||
76). It returns the new string leaving the original string untouched.
|
||||
|
|
Loading…
Reference in a new issue