update : 2015.11.03
php.shukuma.com검색:
|
Memcache::pconnect(PECL memcache >= 0.4.0) Memcache::pconnect — Open memcached server persistent connection 설명Memcache::pconnect() is similar to Memcache::connect() with the difference, that the connection it establishes is persistent. This connection is not closed after the end of script execution and by Memcache::close() function. Also you can use memcache_pconnect() function. 인수
반환값
Returns a Memcache object실패 시 예제
Example #1 Memcache::pconnect() example
<?php |