Your IP : 216.73.216.141


Current Path : /proc/1908984/root/proc/thread-self/root/proc/thread-self/root/proc/3992762/cwd/
Upload File :
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.php000064400000000446152407763470022643 0ustar00<?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));
    }
}