|
Memcache::connect(PECL memcache >= 0.2.0) Memcache::connect — Open memcached server connection Описание
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. Список параметров
Возвращаемые значенияВозвращает TRUE в случае успешного завершения или FALSE в случае возникновения ошибки. Примеры
Пример #1 Memcache::connect() example
<?php Смотрите также
|
|