update : 2015.11.03
php.shukuma.com검색:
|
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. 인수
주의Warning
When the 반환값
성공 시 예제
Example #1 Memcache::connect() example
<?php 참고
|