PHP » GoLang |
login |
register |
about
|
GoLang Memcache::connect
request it (409)
GoLang replacement for PHP's Memcache::connect
[edit | history]
Memcache::connect(PECL memcache >= 0.2.0) Memcache::connect — Open memcached server connection Description
bool Memcache::connect
( string
$host
[, int $port
[, int $timeout
]] )Memcache::connect() establishes a connection to the memcached server. The connection, which was opened using Memcache::connect() will be automatically closed at the end of script execution. Also you can close it with Memcache::close(). Also you can use memcache_connect() function. Parameters
NotesWarning
When the Return Values
Returns Examples
Example #1 Memcache::connect() example
<?php See Also
|
more
Recently updated
more
Most requested
more
Last requests
|