????

Your IP : 18.222.164.11


Current Path : /home/ncom/public_html/wp-content/plugins/smart-slider-3/Nextend/Framework/
Upload File :
Current File : /home/ncom/public_html/wp-content/plugins/smart-slider-3/Nextend/Framework/Cast.php

<?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));
    }
}