You are here

function printKeyValue in Memcache API and Integration 5.2

2 calls to printKeyValue()
dtestKeyValue in ./memcachetests.php
testKeyValue in ./memcachetests.php

File

./memcachetests.php, line 362

Code

function printKeyValue($key, $value) {
  print '<li>' . $key . '=' . $value . '</li>';
}