전문 번역가, 번역 회사, 웹 페이지 및 자유롭게 사용할 수 있는 번역 저장소 등을 활용합니다.
예 1. rawurlencode() example 1
echo 'a href="ftp: / /user :', rawurlencode('foo @+% / '), '@ftp.my.com / x.txt "';
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
경고: 보이지 않는 HTML 형식이 포함되어 있습니다
see also rawurlencode(), urldecode(), urlencode().
prev
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
see also urldecode(), htmlentities(), rawurldecode(), rawurlencode().
see also urldecode(), htmlentities(), rawurldecode(), rawurlencode().
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
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:
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질: