Code:
function getShopInfo()
{
$url = $this->env['url'] . "shop/get?partner_id=" . $this->partner_id . "&shopid=" . $this->shop_id . "×tamp=" . $this->getTimestamp();
echo $url;
}
Result:
https://url.com/api/v2/shop/get?partner_id=99999&shopid=123456×tamp=1613629442
Why the output for ×tamp
is printed as ×tamp
?