Konvertieren Sie den Wert des Array -Werts in String -PHP

//Convert Array Value To String
$payPrice = (string)$_SESSION['payPrice'];
Amin Arjmand