| php-manual.net |
|
| Home | PHP Manual auf Deutsch | PHP Manual in English | PHP manuel le sur le français | Impressum |
Memcache::pconnect(PECL memcache:0.4-2.1.2) Memcache::pconnect — Open memcached server persistent connection Beschreibung
bool Memcache::pconnect
( string $host
[, int $port
[, int $timeout
]] )
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. Parameter Liste
RückgabewerteGibt bei Erfolg TRUE zurück, im Fehlerfall FALSE. Beispiele
Example#1 Memcache::pconnect() example
<?phpSiehe auch
|