Spade
Mini Shell
| Directory:~$ /proc/self/root/home/lmsyaran/public_html/j3/libraries/smartslider3/src/Framework/ |
| [Home] [System Details] [Kill Me] |
<?php
namespace Nextend\Framework;
class Cast {
/**
* @param $number
*
* @return string the JavaScript float representation of the string
*/
public static function floatToString($number) {
return json_encode(floatval($number));
}
}