You are here

function printHeader in Memcache API and Integration 5.2

1 call to printHeader()
memcachetests.php in ./memcachetests.php

File

./memcachetests.php, line 374

Code

function printHeader() {
  static $count = 1;
  print "<a name='{$count}'><h2>Test " . $count++ . "</h2></a>";
}