mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
- Clarify 'fancy'
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@152285 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
6f0159bae8
commit
2d9c4be21f
1 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.12 $ -->
|
||||
<!-- $Revision: 1.13 $ -->
|
||||
<!-- splitted from ./en/functions/strings.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.str-replace">
|
||||
<refnamediv>
|
||||
|
@ -20,9 +20,9 @@
|
|||
<para>
|
||||
This function returns a string or an array with all occurrences of
|
||||
<parameter>search</parameter> in <parameter>subject</parameter>
|
||||
replaced with the given <parameter>replace</parameter> value. If
|
||||
you don't need fancy replacing rules, you should always use this
|
||||
function instead of <function>ereg_replace</function> or
|
||||
replaced with the given <parameter>replace</parameter> value. If you
|
||||
don't need fancy replacing rules (like regular expressions), you should
|
||||
always use this function instead of <function>ereg_replace</function> or
|
||||
<function>preg_replace</function>.
|
||||
</para>
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue