Réalisées par des traducteurs professionnels, des entreprises, des pages web ou traductions disponibles gratuitement.
예 1. rawurlencode() example 1
echo 'a href="ftp: / /user :', rawurlencode('foo @+% / '), '@ftp.my.com / x.txt "';
Dernière mise à jour : 2011-10-24
Fréquence d'utilisation : 1
Qualité :
Avertissement : un formatage HTML invisible est présent
see also rawurlencode(), urldecode(), urlencode().
prev
Dernière mise à jour : 2011-10-24
Fréquence d'utilisation : 1
Qualité :
see also urldecode(), htmlentities(), rawurldecode(), rawurlencode().
see also urldecode(), htmlentities(), rawurldecode(), rawurlencode().
Dernière mise à jour : 2011-10-24
Fréquence d'utilisation : 1
Qualité :
returns a string in which all non-alphanumeric characters except -_. have been replaced with a percent (%) sign followed by two hex digits and spaces encoded as plus (+) signs. it is encoded the same way that the posted data from a www form is encoded, that is the same way as in application/x-www-form-urlencoded media type. this differs from the rfc1738 encoding (see rawurlencode()) in that for historical reasons, spaces are encoded as plus (+) signs. this function is convenient when encoding a string to be used in a query part of an url, as a convenient way to pass variables to the next page:
this function is convenient when encoding a string to be used in a query part of an url, as a convenient way to pass variables to the next page:
Dernière mise à jour : 2011-10-24
Fréquence d'utilisation : 1
Qualité :