Voting

: six plus two?
(Example: nine)

The Note You're Voting On

mec at stadeleck dot org
22 years ago
something I myself first not thought about:
if there are any html entities (named entities) in your string, strtoupper will turn all letters within this entities to upper case, too. So if you want to manipulate a string with strtoupper it should contain only unicode entities (if ever).

<< Back to user notes page

To Top