Source Code:
(back to article)
<?php $var_name = 55.721; // prints the value of above variable // as a string echo strval($var_name); ?>
Result:
Report an issue