php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #51334 wrong function name
Submitted: 2010-03-20 08:14 UTC Modified: 2010-03-21 04:49 UTC
From: g dot kuizinas at gmail dot com Assigned:
Status: Not a bug Package: Documentation problem
PHP Version: Irrelevant OS: -
Private report: No CVE-ID: None
 [2010-03-20 08:14 UTC] g dot kuizinas at gmail dot com
Description:
------------
Please fix note section in http://www.php.net/manual/en/function.memcache-getserverstatus.php: wrong function name givem; there is not such function as memcache_get_server_status().


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2010-03-21 04:49 UTC] pierrick@php.net
-Status: Open +Status: Bogus
 [2010-03-21 04:49 UTC] pierrick@php.net
This function exists maybe your memcache version is < 2.1.0

php -r 'var_dump(function_exists("memcache_get_server_status"));';
bool(true)
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 04:01:30 2024 UTC