note 86036 rejected from function.trim by danbrown
| Newsgroups | php.notes |
|---|---|
| Message-ID | <[email protected]> |
Note Submitter: emanuil dot tolev at gmail dot com ---- Alright... $string = 'Hello World'; $string1 = trim($string, "o"); echo $string1; Output: Hello World Either I'm REALLY stupid, or am not doing something correctly (how the F can the above simplicity be wrong?) or something's wrong with my php installation.