Solar_Filter_ValidateNumeric::validateNumeric()

public bool Solar_Filter_ValidateNumeric::validateNumeric ( mixed $value )

Validates that the value is numeric (any number or number string).

Parameters

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

Returns

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

Description

Validates that the value is numeric (any number or number string).



Local