InstagramScraper\Model\Media::getCleanImageUrl PHP Метод

getCleanImageUrl() приватный статический Метод

private static getCleanImageUrl ( $imageUrl )
    private static function getCleanImageUrl($imageUrl)
    {
        return strpos($imageUrl, '?ig_cache_key=') ? substr($imageUrl, 0, strpos($imageUrl, '?ig_cache_key=')) : $imageUrl;
    }