<?php /** * Open an url on https using curl and return content * * @param string url            The url to open * @param string refer        Referer (optional) * @param mixed usecookie    If true, cookie.txt    will be used as default, or the usecookie value. * [...]