File path: dist/twist/Core/Utilities/Validate.utility.php
Namespace: Twist\Core\Utilities
Extends: Base
float
— Validate a float
Name | Description |
---|---|
$fltFloat | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$fltFloat = 6.12;
//Call the function float with the example vars
Twist::Validate() -> float($fltFloat);