<?php $var_name = 32.360; // prints the value of above variable // as a string echo strval($var_name);