|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2007-02-04 13:44 UTC] bjori@php.net
[2007-02-04 14:26 UTC] burg1 at gmx dot net
[2007-02-05 13:50 UTC] bjori@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Mon Mar 30 20:00:01 2026 UTC |
Description: ------------ Please clarify what the trim() functions actually do if the charlist argument is present: ltrim('deeds', 'ed'); returns: 's' EACH single character in charlist is trimmed from the beginning of the string, REPEATEDLY. Please include this (or something similar) as a usage example in the docs! There are already 2 false bug reports filed from people who obviously misunderstood how these functions work: http://bugs.php.net/bug.php?id=35584 http://bugs.php.net/bug.php?id=22217 To figure this out just gave me an hour-long headache ;-)