Solar_Filter_ValidateInt::validateInt()

public bool Solar_Filter_ValidateInt::validateInt ( mixed $value )

Validates that the value represents an integer.

Parameters

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

Returns

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

Description

Validates that the value represents an integer.



Local