mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Cross-referenced chunk_split() and str_split() [They're essentially synonymous.]
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@149271 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
97b2f25526
commit
68c1fd8f61
2 changed files with 6 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<!-- splitted from ./en/functions/strings.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.chunk-split">
|
||||
<refnamediv>
|
||||
|
@ -34,7 +34,8 @@ $new_string = chunk_split(base64_encode($data));
|
|||
</example>
|
||||
</para>
|
||||
<simpara>
|
||||
See also <function>explode</function>, <function>split</function>,
|
||||
See also <function>str_split</function>,
|
||||
<function>explode</function>, <function>split</function>,
|
||||
<function>wordwrap</function> and
|
||||
<ulink url="&url.rfc;2045">RFC 2045</ulink>.
|
||||
</simpara>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<refentry id="function.str-split">
|
||||
<refnamediv>
|
||||
<refname>str_split</refname>
|
||||
|
@ -98,7 +98,8 @@ $arr1 = preg_split('//', $str, -1, PREG_SPLIT_NO_EMPTY);
|
|||
</example>
|
||||
</para>
|
||||
<para>
|
||||
See also <function>preg_split</function>,
|
||||
See also <function>chunk_split</function>,
|
||||
<function>preg_split</function>,
|
||||
<function>split</function>,
|
||||
<function>count_chars</function>,
|
||||
<function>str_word_count</function>, and
|
||||
|
|
Loading…
Reference in a new issue