PHP Class PayPal\Validation\NumericValidator

Afficher le fichier Open project: paypal/rest-api-sdk-php Class Usage Examples

Méthodes publiques

Méthode Description
validate ( mixed $argument, string | null $argumentName = null ) : boolean Helper method for validating an argument if it is numeric

Method Details

validate() public static méthode

Helper method for validating an argument if it is numeric
public static validate ( mixed $argument, string | null $argumentName = null ) : boolean
$argument mixed
$argumentName string | null
Résultat boolean