catthr
9/1/2015 - 5:56 PM

php parse urlencode get html file_get_contents cyrillic url кириллица в url

php parse urlencode get html file_get_contents cyrillic url кириллица в url

// Если запрашивать url с кириллицей, возвращается 404
$detail_url = "$this->api/$estate->source_id";
$detail_url = urlencode($detail_url);
$detail_url = str_replace(array('%3A','%2F'), array(':','/'), $detail_url);
$detail = @file_get_contents($detail_url);