Voting

: min(six, six)?
(Example: nine)

The Note You're Voting On

jgbreezer at gmail dot com
18 years ago
Vladimir Kornea wrote on 8 Sep 2006:
"This function is confused by ampersands (&) being encoded as HTML entities (&)"

Well, it would be - it's not supposed to be passed html entities, that's a different encoding scheme. This function does correctly decode url encoded params for you though (with the rawurlencode rather than urlencode, ie '+' is translated to a space).

<< Back to user notes page

To Top