mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
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:
parent
d1858b73dd
commit
0c282ccdfa
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ function close() {
|
|||
}
|
||||
|
||||
function read ($key) {
|
||||
echo "write ($key, $val)\n";
|
||||
echo "read ($key)\n";
|
||||
return "foo|i:1;";
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue