PHP 8.5.0 Alpha 1 available for testing

Voting

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

The Note You're Voting On

Franois
10 years ago
This function is strictly equivalent to rawurlencode().

Internally it uses curl_easy_escape() from libcurl, whose doc says: "This function converts the given input string to an URL encoded string (…). All input characters that are not a-z, A-Z, 0-9, '-', '.', '_' or '~' are converted to their "URL escaped" version (%NN where NN is a two-digit hexadecimal number)."

<< Back to user notes page

To Top