From 0c282ccdfa4f0e652d2bebd33e8c23fbff78d71f Mon Sep 17 00:00:00 2001 From: Egon Schmid Date: Mon, 17 Jul 2000 18:57:14 +0000 Subject: [PATCH] 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 --- functions/session.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/session.xml b/functions/session.xml index ddbb8f7190..b4e838c301 100644 --- a/functions/session.xml +++ b/functions/session.xml @@ -157,7 +157,7 @@ function close() { } function read ($key) { - echo "write ($key, $val)\n"; + echo "read ($key)\n"; return "foo|i:1;"; }