Longhorn PHP 2025 - Speakers and Schedule Announced!

Voting

: min(four, six)?
(Example: nine)

The Note You're Voting On

Dave
12 years ago
As of version 2.0.0b1 you can use Unix socket.

<?php
$m
= new Memcached();
$m->addServer('/path/to/socket',0);
?>

Not to be confused with Memcache that use 'unix:///path/to/socket'

<< Back to user notes page

To Top