Changed the example. Thanks to Martin Samesch for pointing this out.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@28514 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Egon Schmid 2000-07-17 18:57:14 +00:00
parent d1858b73dd
commit 0c282ccdfa

View file

@ -157,7 +157,7 @@ function close() {
}
function read ($key) {
echo "write ($key, $val)\n";
echo "read ($key)\n";
return "foo|i:1;";
}