| Current Path : /proc/1908984/root/proc/thread-self/root/proc/thread-self/root/proc/3992762/cwd/ |
| Current File : //proc/1908984/root/proc/thread-self/root/proc/thread-self/root/proc/3992762/cwd/Cast.php.tar |
home/digilove/public_html/110/libraries/smartslider3/src/Framework/Cast.php 0000644 00000000446 15240776347 0022643 0 ustar 00 <?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));
}
}