Exemple #1
0
Object f_memcache_pconnect(CStrRef host, int port /* = 0 */,
                           int timeout /* = 0 */, int timeoutms /* = 0 */) {
  return f_memcache_connect(host, port, timeout, timeoutms);
}
Exemple #2
0
Object f_memcache_pconnect(const String& host, int port /* = 0 */,
                           int timeout /* = 0 */, int timeoutms /* = 0 */) {
  return f_memcache_connect(host, port, timeout, timeoutms);
}