PHP Function List
memcache-connect doesn't exist. Closest matches:
- memcache
- memcached
- m_connect
- ibase_connect
- maxdb_connect
- hw_connect
- ibase_pconnect
- socket_connect
- sybase_connect
- memcache_debug
- hw_pconnect
- yaz_connect
- oci_connect
- maxdb_real_connect
- oci_new_connect
- sybase_pconnect
- maxdb_embedded_connect
- msql_connect
- oci_pconnect
- ldap_connect
Site Search Results
-
Memcache::connect() establishes a connection to the memcached server. The connection, which was opened using Memcache::connect() will be automatically closed at ...
-
Memcache::connect — Open memcached server connection; Memcache::decrement — Decrement item's value; Memcache::delete — Delete item from the server
-
Memcache:: connect; Memcache:: decrement; Memcache:: delete; Memcache:: flush; Memcache:: get; Memcache:: getExtendedStats; Memcache:: getServerStatus; Memcache:: getStats
-
Memcache::getExtendedStats - ManualMemcache:: connect; Memcache:: decrement; Memcache:: delete; Memcache:: flush; Memcache:: get; Memcache:: getExtendedStats; Memcache:: getServerStatus; Memcache:: getStats
-
$memcache-> connect ("127.0.0.1", 11211); // Since memcache truncates the keys at 250 bytes both the get "250 a's" and "251 a's" will find the key in the cache
-
Memcache:: connect; Memcache:: decrement; Memcache:: delete; Memcache:: flush; Memcache:: get; Memcache:: getExtendedStats; Memcache:: getServerStatus; Memcache:: getStats
-
$memcache-> connect ($memcache_hosts [$server], 11211); //get or set your objects here?> You can leave other objects that you don't want to group to memcache extension to hash ...
-
$memcache-> connect ('localhost', 11211) or die ("Could not connect"); $version = $memcache-> getVersion (); echo "Server's version: ". $version. "<br/>\n";
-
$memcache-> connect ('localhost', 11211) or die ("Could not connect"); $version = $memcache-> getVersion (); echo "Server's version: ". $version. "<br/>\n";
-
2. the connection with the two hosts will be established differently because of how memcache_connect() and memcache_add_server() work. Therefore the memcache_connect ...

Other forms of search
To search the string "memcache-connect" using other options, try searching:
- Only the documentation
- Only this mirror
- The entire php.net domain
- pear.php.net
- pecl.php.net
- The Bug DB
- php-general mailing list
- Internals mailing list
- Documentation mailing list
For a quick overview over all documented PHP functions, click here.
