Solar_Filter_ValidateNotZero::validateNotZero()

public bool Solar_Filter_ValidateNotZero::validateNotZero ( mixed $value )

Validates that the value is not exactly zero.

Parameters

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

Returns

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

Description

Validates that the value is not exactly zero.



Local