2013-12-09

Practice Final Question 7.

Originally Posted By: alomotan
Group members:
1. Alexandra Lomotan
2. Loc Dang
3. Anthony Schott

addServer("localhost", 11211, true, 1, 1, 5);
$memcache->addServer(“localhost”, 9999, true, 1, 1, 5);

$memcache->set(“david”, “value2”, null, 60);
$memcache->get(“david”);
?>
'''Originally Posted By: alomotan''' Group members:<br>1. Alexandra Lomotan<br>2. Loc Dang<br>3. Anthony Schott<br><br>addServer(&quot;localhost&quot;, 11211, true, 1, 1, 5);<br>$memcache-&gt;addServer(&ldquo;localhost&rdquo;, 9999, true, 1, 1, 5);<br> <br>$memcache-&gt;set(&ldquo;david&rdquo;, &ldquo;value2&rdquo;, null, 60);<br>$memcache-&gt;get(&ldquo;david&rdquo;);<br>?&gt;
X