Validate_Finance
[ class tree: Validate_Finance ] [ index: Validate_Finance ] [ all elements ]

Class: Validate_Finance

Source Location: /Validate_Finance-0.5.6/Validate/Finance.php

Class Overview


This class provides methods to
  • validate Euro banknote ids
  • access to IBAN-quickcheck (use Validate_Finance_IBAN for more functionality)


Author(s):

Copyright:

  • 1997-2009 The PHP Group

Methods


Inherited Variables

Inherited Methods


Class Details

[line 50]
This class provides methods to
  • validate Euro banknote ids
  • access to IBAN-quickcheck (use Validate_Finance_IBAN for more functionality)



[ Top ]


Method Detail

banknoteEuro   [line 75]

boolean banknoteEuro( [string $banknote = ''])

Validation of a Euro banknote id
  • Return: true if Euro banknote id is okay
  • Since: 0.1
  • Access: public

Parameters:

string   $banknote   —  Euro banknote id to be validated

[ Top ]

iban   [line 61]

boolean iban( [string $iban = ''])

Validation of an IBAN (international bankaccount number)
  • Return: true if IBAN is okay
  • Since: 0.1
  • Access: public

Parameters:

string   $iban   —  IBAN to be validated

[ Top ]


Documentation generated on Mon, 11 Mar 2019 15:48:25 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.