mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
added 2nd prototype variant for strtr()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@69750 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
87a9fc0ae9
commit
99eb847966
1 changed files with 6 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.158 $ -->
|
||||
<!-- $Revision: 1.159 $ -->
|
||||
<reference id="ref.strings">
|
||||
<title>String functions</title>
|
||||
<titleabbrev>Strings</titleabbrev>
|
||||
|
@ -3462,6 +3462,11 @@ $bodytag = str_replace("%body%", "black", "<body text=%body%>");
|
|||
<methodparam><type>string</type><parameter>from</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>to</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<methodsynopsis>
|
||||
<type>string</type><methodname>strtr</methodname>
|
||||
<methodparam><type>string</type><parameter>str</parameter></methodparam>
|
||||
<methodparam><type>array</type><parameter>replace_pairs</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
This function returns a copy of <parameter>str</parameter>,
|
||||
translating all occurrences of each character in
|
||||
|
|
Loading…
Reference in a new issue