Solar_Filter_ValidateBool::validateBool()

public bool Solar_Filter_ValidateBool::validateBool ( mixed $value )

Validates that the value is a boolean representation.

Parameters

  • (mixed) $value: The value to validate.

Returns

  • (bool) True if valid, false if not.

Description

Validates that the value is a boolean representation.



Local