rawurlencode ( string
$str
) : stringEncodes the given string according to » RFC 3986. Returns string where all not alphanumeric signs (except -_) are replaced with two hexadecimal digits prefixed by % sign. The inverse function for rawurlencode is rawurldecode. This tool it's a javascript function so result is generated by your browser and it's not sent across internet .