Konversi Nilai Nilai Array Nilai Sesi ke String PHP

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