php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #53245 "equivalent to prepend" instead of "append"
Submitted: 2010-11-05 11:10 UTC Modified: 2010-11-06 20:36 UTC
From: php at marinetti dot fr Assigned: frozenfire (profile)
Status: Closed Package: Documentation problem
PHP Version: 5.3.3 OS:
Private report: No CVE-ID: None
 [2010-11-05 11:10 UTC] php at marinetti dot fr
Description:
------------
http://www.php.net/manual/fr/memcached.appendbykey.php

il est écrit dans la description : 

Memcached::appendByKey() est fonctionnellement équivalent à Memcached::prepend(), mais la variable libre server_key peut être utilisée pour diriger la clé key sur un serveur spécifique. 


il faut remplacer "prepend" par "append" (comme dans la version anglaise).

Expected result:
----------------
Memcached::appendByKey() est fonctionnellement équivalent à Memcached::append(), mais la variable libre server_key peut être utilisée pour diriger la clé key sur un serveur spécifique. 


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2010-11-06 20:36 UTC] frozenfire@php.net
Automatic comment from SVN on behalf of frozenfire
Revision: http://svn.php.net/viewvc/?view=revision&revision=305135
Log: Fixed description as per bug #53245.
 [2010-11-06 20:36 UTC] frozenfire@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: frozenfire
 [2010-11-06 20:36 UTC] frozenfire@php.net
This bug has been fixed in the documentation's XML sources. Since the
online and downloadable versions of the documentation need some time
to get updated, we would like to ask you to be a bit patient.

Thank you for the report, and for helping us make our documentation better.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon Apr 29 18:01:30 2024 UTC