|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2004-02-15 04:57 UTC] derick@php.net
[2004-02-15 05:01 UTC] nicktencate at hotmail dot com
[2004-02-15 05:05 UTC] nlopess@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Thu Mar 19 04:00:01 2026 UTC |
Description: ------------ in te description of the function strrec, someone has forgotten a questionmark in the example: <php echo strrev("Hallo wereld!"); // outputs "!dlerew ollaH" ?> should be Reproduce code: --------------- <?php echo strrev("Hallo wereld!"); // outputs "!dlerew ollaH" ?>