TwistPHP Documentation

boolean

File path: dist/twist/Core/Utilities/Validate.utility.php
Namespace: Twist\Core\Utilities
Extends: Base

booleanValidate a boolean state

Parameters

Name Type Description
$blBooleanbooleann/a

Return Values

void — No return information has been documented for this function.

Example

<?php
//Set the variables for the example
$blBoolean true;

//Call the function boolean with the example vars
Twist::Validate() -> boolean($blBoolean);