rawurldecode « HTML « PHP






1.string rawurldecode ( string str ) converts a %-escaped string into its original format, reversing the operation of rawurlencode( ) .
2.string rawurlencode ( string str ) converts non-alphabetic symbols into numerical equivalents preceded by a percent sign