update : 2015.11.03
php.shukuma.com검색:
|
curl_unescape(PHP 5 >= 5.5.0, PHP 7) curl_unescape — Decodes the given URL encoded string 설명
string curl_unescape
( resource
$ch
, string $str
)This function decodes the given URL encoded string. 인수
반환값
Returns decoded string 실패 시 예제
Example #1 curl_escape() example
<?php 주의
참고
|