Konwertuj wartość sesji wartości tablicy na ciąg PHP

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