Zend Framework viene con un conjunto estándar de clases de validación listas para usar.
Devuelve TRUE
si y sólo si
$valor
contiene caracteres alfanuméricos
únicamente. Este validador incluye una opción para considerar
también al espacio en blanco como caracter válido.
Nota
Los caracteres alfabéticos significan caracteres que componen palabras en cada idioma. Sin embargo, el alfabeto inglés es tratado como caracteres alfabéticos en los siguientes idiomas: chino, japonés, coreano. El lenguaje es especificado por Zend_Locale.
Devuelve TRUE
si y sólo si
$valor
sólo contiene caracteres alfabéticos.
Este validador incluye una opción para considerar también al espacio
en blanco como caracter válido.
Zend_Validate_Barcode
allows you to check if a given value can be
represented as barcode.
Zend_Validate_Barcode
supports multiple barcode standards and can be
extended with proprietary barcode implementations very easily. The following barcode
standards are supported:
-
CODE25: Often called "two of five" or "Code25 Industrial".
This barcode has no length limitation. It supports only digits, and the last digit can be an optional checksum which is calculated with modulo 10. This standard is very old and nowadays not often used. Common usecases are within the industry.
-
CODE25INTERLEAVED: Often called "Code 2 of 5 Interleaved".
This standard is a variant of CODE25. It has no length limitation, but it must contain an even amount of characters. It supports only digits, and the last digit can be an optional checksum which is calculated with modulo 10. It is used worldwide and common on the market.
-
CODE39: CODE39 is one of the oldest available codes.
This barcode has a variable length. It supports digits, upper cased alphabetical characters and 7 special characters like whitespace, point and dollar sign. It can have an optional checksum which is calculated with modulo 43. This standard is used worldwide and common within the industry.
-
CODE39EXT: CODE39EXT is an extension of CODE39.
This barcode has the same properties as CODE39. Additionally it allows the usage of all 128 ASCII characters. This standard is used worldwide and common within the industry.
-
CODE93: CODE93 is the successor of CODE39.
This barcode has a variable length. It supports digits, alphabetical characters and 7 special characters. It has an optional checksum which is calculated with modulo 47 and contains 2 characters. This standard produces a denser code than CODE39 and is more secure.
-
CODE93EXT: CODE93EXT is an extension of CODE93.
This barcode has the same properties as CODE93. Additionally it allows the usage of all 128 ASCII characters. This standard is used worldwide and common within the industry.
-
EAN2: EAN is the shortcut for "European Article Number".
These barcode must have 2 characters. It supports only digits and does not have a checksum. This standard is mainly used as addition to EAN13 (ISBN) when printed on books.
-
EAN5: EAN is the shortcut for "European Article Number".
These barcode must have 5 characters. It supports only digits and does not have a checksum. This standard is mainly used as addition to EAN13 (ISBN) when printed on books.
-
EAN8: EAN is the shortcut for "European Article Number".
These barcode can have 7 or 8 characters. It supports only digits. When it has a length of 8 characters it includes a checksum. This standard is used worldwide but has a very limited range. It can be found on small articles where a longer barcode could not be printed.
-
EAN12: EAN is the shortcut for "European Article Number".
This barcode must have a length of 12 characters. It supports only digits, and the last digit is always a checksum which is calculated with modulo 10. This standard is used within the USA and common on the market. It has been superceded by EAN13.
-
EAN13: EAN is the shortcut for "European Article Number".
This barcode must have a length of 13 characters. It supports only digits, and the last digit is always a checksum which is calculated with modulo 10. This standard is used worldwide and common on the market.
-
EAN14: EAN is the shortcut for "European Article Number".
This barcode must have a length of 14 characters. It supports only digits, and the last digit is always a checksum which is calculated with modulo 10. This standard is used worldwide and common on the market. It is the successor for EAN13.
-
EAN18: EAN is the shortcut for "European Article Number".
This barcode must have a length of 18 characters. It support only digits. The last digit is always a checksum digit which is calculated with modulo 10. This code is often used for the identification of shipping containers.
-
GTIN12: GTIN is the shortcut for "Global Trade Item Number".
This barcode uses the same standard as EAN12 and is its successor. It's commonly used within the USA.
-
GTIN13: GTIN is the shortcut for "Global Trade Item Number".
This barcode uses the same standard as EAN13 and is its successor. It is used worldwide by industry.
-
GTIN14: GTIN is the shortcut for "Global Trade Item Number".
This barcode uses the same standard as EAN14 and is its successor. It is used worldwide and common on the market.
-
IDENTCODE: Identcode is used by Deutsche Post and DHL. It's an specialized implementation of Code25.
This barcode must have a length of 12 characters. It supports only digits, and the last digit is always a checksum which is calculated with modulo 10. This standard is mainly used by the companies DP and DHL.
-
INTELLIGENTMAIL: Intelligent Mail is a postal barcode.
This barcode can have a length of 20, 25, 29 or 31 characters. It supports only digits, and contains no checksum. This standard is the successor of PLANET and POSTNET. It is mainly used by the United States Postal Services.
-
ISSN: ISSN is the abbreviation for International Standard Serial Number.
This barcode can have a length of 8 or 13 characters. It supports only digits, and the last digit must be a checksum digit which is calculated with modulo 11. It is used worldwide for printed publications.
-
ITF14: ITF14 is the GS1 implementation of an Interleaved Two of Five bar code.
This barcode is a special variant of Interleaved 2 of 5. It must have a length of 14 characters and is based on GTIN14. It supports only digits, and the last digit must be a checksum digit which is calculated with modulo 10. It is used worldwide and common within the market.
-
LEITCODE: Leitcode is used by Deutsche Post and DHL. It's an specialized implementation of Code25.
This barcode must have a length of 14 characters. It supports only digits, and the last digit is always a checksum which is calculated with modulo 10. This standard is mainly used by the companies DP and DHL.
-
PLANET: Planet is the abbreviation for Postal Alpha Numeric Encoding Technique.
This barcode can have a length of 12 or 14 characters. It supports only digits, and the last digit is always a checksum. This standard is mainly used by the United States Postal Services.
-
POSTNET: Postnet is used by the US Postal Service.
This barcode can have a length of 6, 7, 10 or 12 characters. It supports only digits, and the last digit is always a checksum. This standard is mainly used by the United States Postal Services.
-
ROYALMAIL: Royalmail is used by Royal Mail.
This barcode has no defined length. It supports digits, uppercased letters, and the last digit is always a checksum. This standard is mainly used by Royal Mail for their Cleanmail Service. It is also called RM4SCC.
-
SSCC: SSCC is the shortcut for "Serial Shipping Container Code".
This barcode is a variant of EAN barcode. It must have a length of 18 characters and supports only digits. The last digit must be a checksum digit which is calculated with modulo 10. It is commonly used by the transport industry.
-
UPCA: UPC is the shortcut for "Univeral Product Code".
This barcode preceeded EAN13. It must have a length of 12 characters and supports only digits. The last digit must be a checksum digit which is calculated with modulo 10. It is commonly used within the USA.
-
UPCE: UPCE is the short variant from UPCA.
This barcode is a smaller variant of UPCA. It can have a length of 6, 7 or 8 characters and supports only digits. When the barcode is 8 chars long it includes a checksum which is calculated with modulo 10. It is commonly used with small products where a UPCA barcode would not fit.
The following options are supported for Zend_Validate_Barcode
:
-
adapter: Sets the barcode adapter which will be used. Supported are all above noted adapters. When using a self defined adapter, then you have to set the complete classname.
-
checksum:
TRUE
when the barcode should contain a checksum. The default value depends on the used adapter. Note that some adapters don't allow to set this option. -
options: Defines optional options for a self written adapters.
To validate if a given string is a barcode you just need to know its type. See the following example for an EAN13 barcode:
$valid = new Zend_Validate_Barcode('EAN13'); if ($valid->isValid($input)) { // input appears to be valid } else { // input is invalid }
Some barcodes can be provided with an optional checksum. These barcodes would be valid even without checksum. Still, when you provide a checksum, then you should also validate it. By default, these barcode types perform no checksum validation. By using the checksum option you can define if the checksum will be validated or ignored.
$valid = new Zend_Validate_Barcode(array( 'adapter' => 'EAN13', 'checksum' => false, )); if ($valid->isValid($input)) { // input appears to be valid } else { // input is invalid }
Reduced security by disabling checksum validation
By switching off checksum validation you will also reduce the security of the used barcodes. Additionally you should note that you can also turn off the checksum validation for those barcode types which must contain a checksum value. Barcodes which would not be valid could then be returned as valid even if they are not.
You may write custom barcode validators for usage with
Zend_Validate_Barcode
; this is often necessary when dealing with
proprietary barcode types. To write your own barcode validator, you need the following
information.
-
Length: The length your barcode must have. It can have one of the following values:
-
Integer: A value greater 0, which means that the barcode must have this length.
-
-1: There is no limitation for the length of this barcode.
-
"even": The length of this barcode must have a even amount of digits.
-
"odd": The length of this barcode must have a odd amount of digits.
-
array: An array of integer values. The length of this barcode must have one of the set array values.
-
-
Characters: A string which contains all allowed characters for this barcode. Also the integer value 128 is allowed, which means the first 128 characters of the ASCII table.
-
Checksum: A string which will be used as callback for a method which does the checksum validation.
Your custom barcode validator must extend
Zend_Validate_Barcode_AdapterAbstract
or implement
Zend_Validate_Barcode_AdapterInterface.
As an example, let's create a validator that expects an even number of characters that include all digits and the letters 'ABCDE', and which requires a checksum.
class My_Barcode_MyBar extends Zend_Validate_Barcode_AdapterAbstract { protected $_length = 'even'; protected $_characters = '0123456789ABCDE'; protected $_checksum = '_mod66'; protected function _mod66($barcode) { // do some validations and return a boolean } } $valid = new Zend_Validate_Barcode('My_Barcode_MyBar'); if ($valid->isValid($input)) { // input appears to be valid } else { // input is invalid }
Devuelve TRUE
si y sólo si
$valor
está entre los valores límites mínimo
y máximo. La comparación es inclusiva por defecto (
$valor
puede ser igual a una valor límite),
aunque esto puede ser anulado a fin de hacer una comparación
estricta, donde $valor
debe ser estrictamente
mayor al mínimo y estrictamente menor al máximo.
Zend_Validate_Callback
allows you to provide a callback with which to
validate a given value.
The following options are supported for Zend_Validate_Callback
:
-
callback: Sets the callback which will be called for the validation.
-
options: Sets the additional options which will be given to the callback.
The simplest usecase is to have a single function and use it as a callback. Let's expect we have the following function.
function myMethod($value) { // some validation return true; }
To use it within Zend_Validate_Callback
you just have to call it
this way:
$valid = new Zend_Validate_Callback('myMethod'); if ($valid->isValid($input)) { // input appears to be valid } else { // input is invalid }
PHP 5.3 introduces closures, which are basically
self-contained or anonymous functions. PHP
considers closures another form of callback, and, as such, may be used with
Zend_Validate_Callback
. As an example:
$valid = new Zend_Validate_Callback(function($value){ // some validation return true; }); if ($valid->isValid($input)) { // input appears to be valid } else { // input is invalid }
Of course it's also possible to use a class method as callback. Let's expect we have the following class method:
class MyClass { public function myMethod($value) { // some validation return true; } }
The definition of the callback is in this case almost the same. You have just to create an instance of the class before the method and create an array describing the callback:
$object = new MyClass; $valid = new Zend_Validate_Callback(array($object, 'myMethod')); if ($valid->isValid($input)) { // input appears to be valid } else { // input is invalid }
You may also define a static method as a callback. Consider the following class definition and validator usage:
class MyClass { public static function test($value) { // some validation return true; } } $valid = new Zend_Validate_Callback(array('MyClass', 'test')); if ($valid->isValid($input)) { // input appears to be valid } else { // input is invalid }
Finally, if you are using PHP 5.3, you may define the magic method
__invoke()
in your class. If you do so, simply providing an
instance of the class as the callback will also work:
class MyClass { public function __invoke($value) { // some validation return true; } } $object = new MyClass(); $valid = new Zend_Validate_Callback($object); if ($valid->isValid($input)) { // input appears to be valid } else { // input is invalid }
Zend_Validate_Callback
also allows the usage of options which
are provided as additional arguments to the callback.
Consider the following class and method definition:
class MyClass { function myMethod($value, $option) { // some validation return true; } }
There are two ways to inform the validator of additional options: pass them in the
constructor, or pass them to the setOptions()
method.
To pass them to the constructor, you would need to pass an array containing two keys, "callback" and "options":
$valid = new Zend_Validate_Callback(array( 'callback' => array('MyClass', 'myMethod'), 'options' => $option, )); if ($valid->isValid($input)) { // input appears to be valid } else { // input is invalid }
Otherwise, you may pass them to the validator after instantiation:
$valid = new Zend_Validate_Callback(array('MyClass', 'myMethod')); $valid->setOptions($option); if ($valid->isValid($input)) { // input appears to be valid } else { // input is invalid }
When there are additional values given to isValid()
then these
values will be added immediately after $value
.
$valid = new Zend_Validate_Callback(array('MyClass', 'myMethod')); $valid->setOptions($option); if ($valid->isValid($input, $additional)) { // input appears to be valid } else { // input is invalid }
When making the call to the callback, the value to be validated will always be passed as
the first argument to the callback followed by all other values given to
isValid()
; all other options will follow it. The amount and
type of options which can be used is not limited.
Zend_Validate_CreditCard
allows you to validate if a given value
could be a credit card number.
A creditcard contains several items of metadata, including a hologram, account number, logo,
expiration date, security code and the card holder name. The algorithms for verifying the
combination of metadata are only known to the issuing company, and should be verified with
them for purposes of payment. However, it's often useful to know whether or not a given
number actually falls within the ranges of possible numbers prior to
performing such verification, and, as such, Zend_Validate_CreditCard
simply verifies that the credit card number provided is well-formed.
For those cases where you have a service that can perform comprehensive verification,
Zend_Validate_CreditCard
also provides the ability to attach a
service callback to trigger once the credit card number has been deemed valid; this callback
will then be triggered, and its return value will determine overall validity.
The following issuing institutes are accepted:
-
American Express
China UnionPay
Diners Club Card Blanche
Diners Club International
Diners Club US & Canada
Discover Card
JCB
Laser
Maestro
MasterCard
Solo
Visa
Visa Electron
Invalid institutes
The institutes Bankcard and Diners Club enRoute do not exist anymore. Therefore they are treated as invalid.
Switch has been rebranded to Visa and is therefore also treated as invalid.
The following options are supported for Zend_Validate_CreditCard
:
-
service: A callback to an online service which will additionally be used for the validation.
-
type: The type of creditcard which will be validated. See the below list of institutes for details.
There are several credit card institutes which can be validated by
Zend_Validate_CreditCard
. Per default, all known institutes will
be accepted. See the folowing example:
$valid = new Zend_Validate_CreditCard(); if ($valid->isValid($input)) { // input appears to be valid } else { // input is invalid }
The above example would validate against all known credit card institutes.
Sometimes it is necessary to accept only defined credit card institutes instead of all;
e.g., when you have a webshop which accepts only Visa and American Express cards.
Zend_Validate_CreditCard
allows you to do exactly this by
limiting it to exactly these institutes.
To use a limitation you can either provide specific institutes at initiation, or
afterwards by using setType()
. Each can take several arguments.
You can provide a single institute:
$valid = new Zend_Validate_CreditCard( Zend_Validate_CreditCard::AMERICAN_EXPRESS );
When you want to allow multiple institutes, then you can provide them as array:
$valid = new Zend_Validate_CreditCard(array( Zend_Validate_CreditCard::AMERICAN_EXPRESS, Zend_Validate_CreditCard::VISA ));
And as with all validators, you can also pass an associative array of options or an
instance of Zend_Config
. In this case you have to provide the
institutes with the type array key as simulated here:
$valid = new Zend_Validate_CreditCard(array( 'type' => array(Zend_Validate_CreditCard::AMERICAN_EXPRESS) ));
Tabla 169. Constants for credit card institutes
Institute | Constant |
---|---|
American Express | AMERICAN_EXPRESS |
China UnionPay | UNIONPAY |
Diners Club Card Blanche | DINERS_CLUB |
Diners Club International | DINERS_CLUB |
Diners Club US & Canada | DINERS_CLUB_US |
Discover Card | DISCOVER |
JCB | JCB |
Laser | LASER |
Maestro | MAESTRO |
MasterCard | MASTERCARD |
Solo | SOLO |
Visa | VISA |
Visa Electron | VISA |
You can also set or add institutes afterward instantiation by using the methods
setType()
, addType()
and
getType()
.
$valid = new Zend_Validate_CreditCard(); $valid->setType(array( Zend_Validate_CreditCard::AMERICAN_EXPRESS, Zend_Validate_CreditCard::VISA ));
Default institute
When no institute is given at initiation then ALL
will be
used, which sets all institutes at once.
In this case the usage of addType()
is useless because all
institutes are already added.
As said before Zend_Validate_CreditCard
will only validate
the credit card number. Fortunately, some institutes provide online
APIs which can validate a credit card number by using algorithms
which are not available to the public. Most of these services are paid services.
Therefore, this check is deactivated per default.
When you have access to such an API, then you can use it as an addon
for Zend_Validate_CreditCard
and increase the security of the
validation.
To do so, you simply need to give a callback which will be called when the generic validation has passed. This prevents the API from being called for invalid numbers, which increases the performance of the application.
setService()
sets a new service, and
getService()
returns the set service. As a configuration
option,
you can give the array key 'service' at initiation. For details
about possible options take a look into Callback.
// Your service class class CcService { public function checkOnline($cardnumber, $types) { // some online validation } } // The validation $service = new CcService(); $valid = new Zend_Validate_CreditCard(Zend_Validate_CreditCard::VISA); $valid->setService(array($service, 'checkOnline'));
As you can see the callback method will be called with the creditcard number as the first parameter, and the accepted types as the second parameter.
Devuelve TRUE
si y sólo si
$valor
sigue el algoritmo Luhn (mod-10
checksum) para tarjetas de crédito.
Nota
The Ccnum
validator has been
deprecated in favor of the CreditCard
validator. For security reasons you should use CreditCard
instead of Ccnum.
Devuelve TRUE
si y sólo si
$valor
es una fecha válida en el formato
YYYY-MM-DD
(AAAA-MM-DD). Si se usa la
opción locale
entonces la fecha será
validada de acuerdo a lo establecido para ese locale. Además, si se
establece la opción format
ese formato se
utiliza para la validación. Para más detalles acerca de los
parámetros opcionales ver en: Zend_Date::isDate() .
Zend_Validate_Db_RecordExists
and
Zend_Validate_Db_NoRecordExists
provide a means to test
whether a record exists in a given table of a database, with a given
value.
The following options are supported for
Zend_Validate_Db_NoRecordExists
and
Zend_Validate_Db_RecordExists
:
-
adapter: The database adapter which will be used for the search.
-
exclude: Sets records which will be excluded from the search.
-
field: The database field within this table which will be searched for the record.
-
schema: Sets the schema which will be used for the search.
-
table: The table which will be searched for the record.
An example of basic usage of the validators:
//Check that the email address exists in the database $validator = new Zend_Validate_Db_RecordExists( array( 'table' => 'users', 'field' => 'emailaddress' ) ); if ($validator->isValid($emailaddress)) { // email address appears to be valid } else { // email address is invalid; print the reasons foreach ($validator->getMessages() as $message) { echo "$message\n"; } }
The above will test that a given email address is in the database
table. If no record is found containing the value of
$emailaddress
in the specified column, then an error
message is displayed.
//Check that the username is not present in the database $validator = new Zend_Validate_Db_NoRecordExists( array( 'table' => 'users', 'field' => 'username' ) ); if ($validator->isValid($username)) { // username appears to be valid } else { // username is invalid; print the reason $messages = $validator->getMessages(); foreach ($messages as $message) { echo "$message\n"; } }
The above will test that a given username is not in the database
table. If a record is found containing the value of
$username
in the specified column, then an error
message is displayed.
Zend_Validate_Db_RecordExists
and
Zend_Validate_Db_NoRecordExists
also provide a means
to test the database, excluding a part of the table, either by
providing a where clause as a string, or an array with the keys
"field" and "value".
When providing an array for the exclude clause, the != operator is used, so you can check the rest of a table for a value before altering a record (for example on a user profile form)
//Check no other users have the username $user_id = $user->getId(); $validator = new Zend_Validate_Db_NoRecordExists( array( 'table' => 'users', 'field' => 'username', 'exclude' => array( 'field' => 'id', 'value' => $user_id ) ) ); if ($validator->isValid($username)) { // username appears to be valid } else { // username is invalid; print the reason $messages = $validator->getMessages(); foreach ($messages as $message) { echo "$message\n"; } }
The above example will check the table to ensure no records other than the one where id = $user_id contains the value $username.
You can also provide a string to the exclude clause so you can use an operator other than !=. This can be useful for testing against composite keys.
$email = 'user@example.com'; $clause = $db->quoteInto('email = ?', $email); $validator = new Zend_Validate_Db_RecordExists( array( 'table' => 'users', 'field' => 'username', 'exclude' => $clause ) ); if ($validator->isValid($username)) { // username appears to be valid } else { // username is invalid; print the reason $messages = $validator->getMessages(); foreach ($messages as $message) { echo "$message\n"; } }
The above example will check the 'users' table
to ensure that only a record with both the username
$username
and with the email
$email
is valid.
You can also specify an adapter. This will allow you to work with applications using multiple database adapters, or where you have not set a default adapter. As in the example below:
$validator = new Zend_Validate_Db_RecordExists( array( 'table' => 'users', 'field' => 'id', 'adapter' => $dbAdapter ) );
Zend_Validate_EmailAddress
Le permite validar una
dirección de email. El validador primero divide la dirección de email en
la parte local @ nombre de host e intenta igualar a estos contra
especificaciones conocidas para direcciones y nombres de host para el
correo electrónico.
Un ejemplo básico de uso se ve a continuación:
$validator = new Zend_Validate_EmailAddress(); if ($validator->isValid($email)) { // El email parece ser válido } else { // El email es inválido; muestre las razones foreach ($validator->getMessages() as $message) { echo "$message\n"; } }
Esto coincide con el correo electrónico $email
y si fracasa, alimenta $validator->getMessages()
con
mensajes de error útiles.
Zend_Validate_EmailAddress
supports several
options which can either be set at initiation, by giving an array
with the related options, or afterwards, by using
setOptions()
. The following options
are supported:
-
allow : Defines which type of domain names are accepted. This option is used in conjunction with the hostname option to set the hostname validator. For more informations about possible values of this option, look at Hostname and possible
ALLOW
* constants. This option defaults toALLOW_DNS
. -
hostname : Sets the hostname validator with which the domain part of the email address will be validated.
-
mx : Defines if the MX records from the server should be detected. If this option is defined to
TRUE
then the MX records are used to verify if the server accepts emails. This option defaults toFALSE
. -
deep : Defines if the servers MX records should be verified by a deep check. When this option is set to
TRUE
then additionally to MX records also the A, A6 andAAAA
records are used to verify if the server accepts emails. This option defaults toFALSE
. -
domain : Defines if the domain part should be checked. When this option is set to
FALSE
, then only the local part of the email address will be checked. In this case the hostname validator will not be called. This option defaults toTRUE
.
$validator = new Zend_Validate_EmailAddress(); $validator->setOptions(array('domain' => false));
Zend_Validate_EmailAddress
se comparará con
cualquier dirección de correo válida de acuardo a RFC2822. Por
ejemplo, correos electrónicos válidos incluyen
bob@domain.com
, bob+jones@domain.us
,
"bob@jones"@domain.com
y "bob
jones"@domain.com
Algunos formatos obsoletos de email actualmente no validan (por ejemplo los retornos de carro o "\" un caracter en una dirección de correo electrónico).
If you need Zend_Validate_EmailAddress
to
check only the local part of an email address, and want to disable
validation of the hostname, you can set the
domain option to FALSE
. This forces Zend_Validate_EmailAddress
not
to validate the hostname part of the email address.
$validator = new Zend_Validate_EmailAddress(); $validator->setOptions(array('domain' => FALSE));
La parte nombre de host de una dirección de correo es validado
contra
Zend_Validate_Hostname
. Por defecto sólo son aceptados nombres de host DNS de la
forma domain.com
, aunque si lo desea
también puede aceptar direcciones IP y nombres de host locales.
Para ello necesita instanciar a
Zend_Validate_EmailAddress
pasando un
parámetro para indicar el tipo de nombres de host que quiere
aceptar. Más detalles están incluidos en
Zend_Validate_EmailAddress
, aunque abajo
hay un ejemplo de cómo aceptar tanto nombres de host DNS y locales:
$validator = new Zend_Validate_EmailAddress( Zend_Validate_Hostname::ALLOW_DNS | Zend_Validate_Hostname::ALLOW_LOCAL); if ($validator->isValid($email)) { // email parece ser válido } else { // email es inválido; muestre las razones foreach ($validator->getMessages() as $message) { echo "$message\n"; } }
Sólo porque una dirección de correo electrónico está en el formato correcto, no necesariamente significa que esa dirección de correo electrónico existe realmente. Para ayudar a resolver este problema, puede usar la validación MX para comprobar si existe una entrada MX (email) en el registro DNS para correo electrónico en ese nombre de host. Esto le dice que el nombre de host acepta email, pero no le dice si la dirección de correo electrónico exacta es válida en si misma.
La comprobación MX no está activada por defecto y en este momento
es soportada sólo por plataformas UNIX. Para habilitar el control MX
puede pasar un segundo parámetro al constructor
Zend_Validate_EmailAddress
.
$validator = new Zend_Validate_EmailAddress( array( 'allow' => Zend_Validate_Hostname::ALLOW_DNS, 'mx' => true ) );
MX Check under Windows
Within Windows environments MX checking is only available when PHP 5.3 or above is used. Below PHP 5.3 MX checking will not be used even if it's activated within the options.
Alternativamente, para activar o desactivar la validación MX
puede pasar TRUE
o FALSE
a
$validator->setValidateMx()
.
Al habilitarlo, se usarán las funciones de red para comprobar la presencia de un registro MX en el nombre de host de la dirección de correo electrónico que desea validar. Tenga en cuenta esto probablemente hará más lento su script.
Sometimes validation for MX records returns false, even if emails
are accepted. The reason behind this behaviour is, that servers can
accept emails even if they do not provide a MX record. In this case
they can provide A, A6 or AAAA
records. To
allow Zend_Validate_EmailAddress
to check
also for these other records, you need to set deep MX validation.
This can be done at initiation by setting the
deep option or by using
setOptions()
.
$validator = new Zend_Validate_EmailAddress( array( 'allow' => Zend_Validate_Hostname::ALLOW_DNS, 'mx' => true, 'deep' => true ) );
Performance warning
You should be aware that enabling MX check will slow down you script because of the used network functions. Enabling deep check will slow down your script even more as it searches the given server for 3 additional types.
Disallowed IP addresses
You should note that MX validation is only accepted for external servers. When deep MX validation is enabled, then local IP addresses like 192.168.* or 169.254.* are not accepted.
Zend_Validate_EmailAddress
también comparará
caracteres internationales que existen en algunos dominios. Esto se
conoce como soporte de International Domain Name (IDN). Está
activado por defecto, aunque puede deshabilitarlo internamente
cambiando el ajuste a través del objeto
Zend_Validate_Hostname
que existe en
Zend_Validate_EmailAddress
.
$validator->getHostnameValidator()->setValidateIdn(false);
Sobre el uso de setValidateIdn()
encontrará más información en la documentación de
Zend_Validate_Hostname
.
Tenga en cuenta que los IDNs se validarán solo si usted permite que nombres de host DNS sean validados.
Por defecto, un nombre de host se cotejará con una lista conocida
de TLDs. Está activado por defecto, aunque puede deshabilitarlo
cambiando el ajuste a través del objeto interno
Zend_Validate_Hostname
que existe en
Zend_Validate_EmailAddress
.
$validator->getHostnameValidator()->setValidateTld(false);
Encontrará más información sobre el uso de
setValidateTld()
en la documentación de
Zend_Validate_Hostname
.
Tenga en cuenta que los TLDs se validarán solo si usted permite que nombres de host DNS sean validados.
Zend_Validate_EmailAddress
makes also use of
Zend_Validate_Hostname
to check the
hostname part of a given email address. As with Zend Framework 1.10
you can simply set messages for
Zend_Validate_Hostname
from within
Zend_Validate_EmailAddress
.
$validator = new Zend_Validate_EmailAddress(); $validator->setMessages( array( Zend_Validate_Hostname::UNKNOWN_TLD => 'I don't know the TLD you gave' ) );
Before Zend Framework 1.10 you had to attach the messages to your
own Zend_Validate_Hostname
, and then set
this validator within
Zend_Validate_EmailAddress
to get your
own messages returned.
Devuelve TRUE
si y sólo si
$value
es un valor de punto flotante. Desde
Zend Framework 1.8 toma en cuenta la localizacion actual del
navegador, las variables o el uso. Puede usar get/setLocale para
cambiar la configuracion regional o crear una instancia para este
validador
Zend_Validate_Hostname
le permite validar un
nombre de host contra una serie de especificaciones conocidas. Es
posible comprobar por tres diferentes tipos de nombres: el DNS Hostname
(domain.com por ejemplo), dirección IP (es decir 1.2.3.4), y nombres de
host locales (localhost, por ejemplo). Por defecto sólo se comprobarán
nombres de host DNS.
Uso básico
El siguiente es un ejemplo de uso básico:
$validator = new Zend_Validate_Hostname(); if ($validator->isValid($hostname)) { // hostname parece ser válido } else { // hostname es inválido; muestre las razones foreach ($validator->getMessages() as $message) { echo "$message\n"; } }
Comprobará el nombre de host $hostname
y
si fracasa alimentará a getMessages()
con
mensajes de error.
Validar diferentes tipos de nombres de host
También se puede encontrar coincidencias de direcciones IP, nombres
de host locales, o una combinación de todos los tipos permitidos. Esto
puede hacerse pasando un parámetro a
Zend_Validate_Hostname
cuando lo instancia.
El parámetro debe ser un entero que determina qué tipos de nombres de
host están permitidos. Se recomienda el uso de las constantes de
Zend_Validate_Hostname
para hacerlo.
Las constantes de Zend_Validate_Hostname
son:
ALLOW_DNS
para permitir sólo nombres de host
DNS, ALLOW_IP
para permitir direcciones IP,
ALLOW_LOCAL
para permitir nombres de host de la
red local, y ALLOW_ALL
para permitir todos estos
tres tipos. Para comprobar que direcciones IP puede utilizar, vea el
siguiente ejemplo:
$validator = new Zend_Validate_Hostname(Zend_Validate_Hostname::ALLOW_IP); if ($validator->isValid($hostname)) { // hostname parece ser válido } else { // hostname es inválido; muestre las razones foreach ($validator->getMessages() as $message) { echo "$message\n"; } }
Usando ALLOW_ALL
para aceptar todos los tipos de
nombres de host, también puede combinar estos tipos para realizar
combinaciones. Por ejemplo, para aceptar nombres de host DNS y locales,
instancie el objeto Zend_Validate_Hostname
como:
$validator = new Zend_Validate_Hostname(Zend_Validate_Hostname::ALLOW_DNS | Zend_Validate_Hostname::ALLOW_IP);
Validación de Nombres de Dominio Internacionales
Algunos (ccTLD), es decir países "Country Code Top Level Domains" ,
como 'de' (Alemania), aceptan caracteres internacionales como nombres de
dominio. Estos son conocidos como Nombres de Dominio Internacionales
(IDN, por sus siglas en inglés). Se puede buscar una coincidencia de
estos dominios con Zend_Validate_Hostname
, a
través de caracteres extendidos que se utilizan en el proceso de
validación.
Until now more than 50 ccTLDs support IDN domains.
Cotejar dominios IDN es tan simple como usar el validador estándar
Hostname, ya que este viene habilitado por defecto. Si desea desactivar
la validación IDN, se puede hacer ya sea pasando un parámetro al
constructor Zend_Validate_Hostname
o a través del
método setValidateIdn()
.
Puede deshabilitar la validación IDN, pasando un segundo parámetro al constructor Zend_Validate_Hostname de la siguiente manera.
$validator = new Zend_Validate_Hostname( array( 'allow' => Zend_Validate_Hostname::ALLOW_DNS, 'idn' => false ) );
Alternativamente puede pasar TRUE
o
FALSE
a
setValidateIdn()
para activar o desactivar
la validación IDN. Si está tratando de cotejar un nombre de host IDN que
actualmente no está soportado, es probable que falle la validación si
tiene caracteres internacionales en el nombre de host. Cuando un archivo
ccTLD no existe en Zend/Validate/Hostname, especificando los caracteres
adicionales se puede realizar una validación normal.
Tenga en cuenta que una validación IDN solo se realizará si tiene habilidada la validación para nombres de host DNS.
Validacuión de dominios de nivel superior
Por defecto un nombre de host se cotejará con una lista de TLDs conocidos. Si esta funcionalidad no es necesaria, puede ser desactivada en la misma forma que deshabilita el soporte IDN. Puede deshabilitar la validación TLD pasando un tercer parámetro al constructor Zend_Validate_Hostname. En el siguiente ejemplo estamos dando respaldo a la validación IDN a través del segundo parámetro.
$validator = new Zend_Validate_Hostname( array( 'allow' => Zend_Validate_Hostname::ALLOW_DNS, 'idn' => true, 'tld' => false ) );
Alternativamente puede pasar TRUE
o
FALSE
a
setValidateTld()
para activar o desactivar
la validación TLD.
Tenga en cuenta que una validación de TLDs solo se realizará si tiene habilidada la validación para nombres de host DNS.
Returns TRUE
if and only if
$value
contains a valid IBAN (International
Bank Account Number). IBAN numbers are validated against the country
where they are used and by a checksum.
There are two ways to validate IBAN numbers. As first way you can give a locale which represents a country. Any given IBAN number will then be validated against this country.
$validator = new Zend_Validate_Iban('de_AT'); $iban = 'AT611904300234573201'; if ($validator->isValid($iban)) { // IBAN appears to be valid } else { // IBAN is invalid foreach ($validator->getMessages() as $message) { echo "$message\n"; } }
This should be done when you want to validate IBAN numbers for a single countries. The simpler way of validation is not to give a locale like shown in the next example.
$validator = new Zend_Validate_Iban(); $iban = 'AT611904300234573201'; if ($validator->isValid($iban)) { // IBAN appears to be valid } else { // IBAN is invalid }
But this shows one big problem: When you have to accept only IBAN numbers from one single country, for example france, then IBAN numbers from other countries would also be valid. Therefor just remember: When you have to validate a IBAN number against a defined country you should give the locale. And when you accept all IBAN numbers regardless of any country omit the locale for simplicity.
Devuelve TRUE
si y sólo si
$valor
se encuentra en un array, y si la
opción es estricta entonces también verificará el tipo de dato de
$valor
.
Zend_Validate_Identical
allows you to validate if a given value is
identical with an set haystack.
The following options are supported for Zend_Validate_Identical
:
-
strict: Defines if the validation should be done strict. The default value is
TRUE
. -
token: Sets the token with which the input will be validated against.
To validate if two values are identical you need to set the origin value as haystack. See the following example which validates two strings.
$valid = new Zend_Validate_Identical('origin'); if ($valid->isValid($value) { return true; }
The validation will only then return TRUE
when both values are
100% identical. In our example, when $value
is 'origin'.
You can set the wished token also afterwards by using the method
setToken()
and getToken()
to get
the actual set token.
Of course Zend_Validate_Identical
can not only validate strings,
but also any other variable type like Boolean, Integer, Float, Array or even Objects.
As already noted Haystack and Value must be identical.
$valid = new Zend_Validate_Identical(123); if ($valid->isValid($input)) { // input appears to be valid } else { // input is invalid }
Type comparison
You should be aware that also the type of a variable is used for validation. This means that the string '3' is not identical with the integer 3. When you want such a non strict validation you must set the strict option.
Zend_Validate_Identical
supports also the comparison of form
elements. This can be done by using the element's name as token.
See the following example:
$form->addElement('password', 'elementOne'); $form->addElement('password', 'elementTwo', array( 'validators' => array( array('identical', false, array('token' => 'elementOne')) ) ));
By using the elements name from the first element as token for the second element, the validator validates if the second element is equal with the first element. In the case your user does not enter two identical values, you will get an validation error.
As mentioned before Zend_Validate_Identical
validates tokens
strict. You can change this behaviour by using the strict option.
The default value for this property is TRUE
.
$valid = new Zend_Validate_Identical(array('token' => 123, 'strict' => FALSE)); $input = '123'; if ($valid->isValid($input)) { // input appears to be valid } else { // input is invalid }
The difference to the previous example is that the validation returns in this case
TRUE
, even if you compare a integer with string value as long
as the content is identical but not the type.
For convinience you can also use setStrict()
and
getStrict()
.
As all other validators also Zend_Validate_Identical
supports
the usage of configuration settings as input parameter. This means that you can
configure this validator with an Zend_Config
object.
But this adds one case which you have to be aware. When you are using an array as haystack then you should wrap it within an 'token' key when it could contain only one element.
$valid = new Zend_Validate_Identical(array('token' => 123)); if ($valid->isValid($input)) { // input appears to be valid } else { // input is invalid }
The above example validates the integer 123. The reason for this special case is, that you can configure the token which has to be used by giving the 'token' key.
So, when your haystack contains one element and this element is named 'token' then you have to wrap it like shown in the example below.
$valid = new Zend_Validate_Identical(array('token' => array('token' => 123))); if ($valid->isValid($input)) { // input appears to be valid } else { // input is invalid }
Returns TRUE
if and only if
$value
is a valid integer. Since Zend
Framework 1.8 this validator takes into account the actual locale
from browser, environment or application wide set locale. You can of
course use the get/setLocale accessors to change the used locale or
give it while creating a instance of this validator.
Zend_Validate_Ip
allows you to validate if a given value is an IP
address. It supports the IPv4 and also the IPv6 standard.
The following options are supported for Zend_Validate_Ip
:
-
allowipv4: Defines if the validator allows IPv4 adresses. This option defaults to
TRUE
. -
allowipv6: Defines if the validator allows IPv6 adresses. This option defaults to
TRUE
.
A basic example of usage is below:
$validator = new Zend_Validate_Ip(); if ($validator->isValid($ip)) { // ip appears to be valid } else { // ip is invalid; print the reasons }
Invalid IP addresses
Keep in mind that Zend_Validate_Ip
only validates IP
addresses. Addresses like 'mydomain.com
' or
'192.168.50.1/index.html
' are no valid
IP addresses. They are either hostnames or valid URLs but not IP
addresses.
IPv6 validation
Zend_Validate_Ip
validates IPv6 addresses with regex. The
reason is that the filters and methods from PHP itself don't
follow the RFC. Many other available classes also don't follow
it.
Sometimes it's useful to validate only one of the supported formats. For example when your network only supports IPv4. In this case it would be useless to allow IPv6 within this validator.
To limit Zend_Validate_Ip
to one protocol you can set the options
allowipv4 or allowipv6 to
FALSE
. You can do this either by giving the option to the
constructor or by using setOptions()
afterwards.
$validator = new Zend_Validate_Ip(array('allowipv6' => false); if ($validator->isValid($ip)) { // ip appears to be valid ipv4 address } else { // ip is no ipv4 address }
Default behaviour
The default behaviour which Zend_Validate_Ip
follows is to
allow both standards.
Zend_Validate_Isbn
allows you to validate an
ISBN-10 or ISBN-13 value.
The following options are supported for Zend_Validate_Isbn
:
-
separator: Defines the allowed separator for the ISBN number. It defaults to an empty string.
-
type: Defines the allowed type of ISBN numbers. It defaults to
Zend_Validate_Isbn::AUTO
. For details take a look at this section.
A basic example of usage is below:
$validator = new Zend_Validate_Isbn(); if ($validator->isValid($isbn)) { // isbn is valid } else { // isbn is not valid }
This will validate any ISBN-10 and ISBN-13 without separator.
An example of an ISBN type restriction is below:
$validator = new Zend_Validate_Isbn(); $validator->setType(Zend_Validate_Isbn::ISBN13); // OR $validator = new Zend_Validate_Isbn(array( 'type' => Zend_Validate_Isbn::ISBN13, )); if ($validator->isValid($isbn)) { // this is a valid ISBN-13 value } else { // this is an invalid ISBN-13 value }
The above will validate only ISBN-13 values.
Valid types include:
-
Zend_Validate_Isbn::AUTO
(default) -
Zend_Validate_Isbn::ISBN10
-
Zend_Validate_Isbn::ISBN13
An example of separator restriction is below:
$validator = new Zend_Validate_Isbn(); $validator->setSeparator('-'); // OR $validator = new Zend_Validate_Isbn(array( 'separator' => '-', )); if ($validator->isValid($isbn)) { // this is a valid ISBN with separator } else { // this is an invalid ISBN with separator }
Values without separator
This will return FALSE
if $isbn
doesn't
contain a separator or if it's an invalid
ISBN value.
Valid separators include:
"" (empty) (default)
"-" (hyphen)
" " (space)
This validator allows you to validate if a given value is not empty. This is often useful when working with form elements or other user input, where you can use it to ensure required elements have values associated with them.
The following options are supported for Zend_Validate_NotEmpty
:
-
type: Sets the type of validation which will be processed. For details take a look into this section.
By default, this validator works differently than you would expect when you've worked
with PHP's empty()
function. In
particular, this validator will evaluate both the integer 0 and
string '0' as empty.
$valid = new Zend_Validate_NotEmpty(); $value = ''; $result = $valid->isValid($value); // returns false
Default behaviour differs from PHP
Without providing configuration, Zend_Validate_NotEmpty
's
behaviour differs from PHP.
Some projects have differing opinions of what is considered an "empty" value: a string
with only whitespace might be considered empty, or 0 may be
considered non-empty (particularly for boolean sequences). To accomodate differing
needs, Zend_Validate_NotEmpty
allows you to configure which types
should be validated as empty and which not.
The following types can be handled:
-
boolean: Returns
FALSE
when the boolean value isFALSE
. -
integer: Returns
FALSE
when an integer 0 value is given. Per default this validation is not activated and returnsTRUE
on any integer values. -
float: Returns
FALSE
when an float 0.0 value is given. Per default this validation is not activated and returnsTRUE
on any float values. -
string: Returns
FALSE
when an empty string '' is given. -
zero: Returns
FALSE
when the single character zero ('0') is given. -
empty_array: Returns
FALSE
when an empty array is given. -
null: Returns
FALSE
when anNULL
value is given. -
php: Returns
FALSE
on the same reasons where PHP methodempty()
would returnTRUE
. -
space: Returns
FALSE
when an string is given which contains only whitespaces. -
object: Returns
TRUE
.FALSE
will be returned when object is not allowed but an object is given. -
object_string: Returns
FALSE
when an object is given and it's__toString()
method returns an empty string. -
object_count: Returns
FALSE
when an object is given, it has anCountable
interface and it's count is 0. -
all: Returns
FALSE
on all above types.
All other given values will return TRUE
per default.
There are several ways to select which of the above types are validated. You can give one or multiple types and add them, you can give an array, you can use constants, or you can give a textual string. See the following examples:
// Returns false on 0 $validator = new Zend_Validate_NotEmpty(Zend_Validate_NotEmpty::INTEGER); // Returns false on 0 or '0' $validator = new Zend_Validate_NotEmpty( Zend_Validate_NotEmpty::INTEGER + Zend_NotEmpty::ZERO ); // Returns false on 0 or '0' $validator = new Zend_Validate_NotEmpty(array( Zend_Validate_NotEmpty::INTEGER, Zend_Validate_NotEmpty::ZERO )); // Returns false on 0 or '0' $validator = new Zend_Validate_NotEmpty(array( 'integer', 'zero', ));
You can also provide an instance of Zend_Config
to set the
desired types. To set types after instantiation, use the
setType()
method.
Zend_Validate_PostCode
allows you to determine if a given value is a
valid postal code. Postal codes are specific to cities, and in some locales termed
ZIP codes.
Zend_Validate_PostCode
knows more than 160 different postal code
formates. To select the correct format there are 2 ways. You can either use a fully
qualified locale or you can set your own format manually.
Using a locale is more convenient as Zend Framework already knows the appropriate postal
code format for each locale; however, you need to use the fully qualified locale (one
containing a region specifier) to do so. For instance, the locale "de" is a locale but
could not be used with Zend_Validate_PostCode
as it does not include
the region; "de_AT", however, would be a valid locale, as it specifies the region code
("AT", for Austria).
$validator = new Zend_Validate_PostCode('de_AT');
When you don't set a locale yourself, then Zend_Validate_PostCode
will use the application wide set locale, or, when there is none, the locale returned by
Zend_Locale
.
// application wide locale within your bootstrap $locale = new Zend_Locale('de_AT'); Zend_Registry::set('Zend_Locale', $locale); $validator = new Zend_Validate_PostCode();
You can also change the locale afterwards by calling setLocale()
.
And of course you can get the actual used locale by calling
getLocale()
.
$validator = new Zend_Validate_PostCode('de_AT'); $validator->setLocale('en_GB');
Postal code formats themself are simply regular expression strings. When the international
postal code format, which is used by setting the locale, does not fit your needs, then you
can also manually set a format by calling setFormat()
.
$validator = new Zend_Validate_PostCode('de_AT'); $validator->setFormat('AT-\d{5}');
Conventions for self defined formats
When using self defined formats you should omit the starting ('/^') and ending tags ('$/'). They are attached automatically.
You should also be aware that postcode values are always be validated in a strict way. This means that they have to be written standalone without additional characters when they are not covered by the format.
At it's most basic, you may pass either a Zend_Locale
object or a
string representing a fully qualified locale to the constructor of
Zend_Validate_PostCode
.
$validator = new Zend_Validate_PostCode('de_AT'); $validator = new Zend_Validate_PostCode($locale);
Additionally, you may pass either an array or a Zend_Config
object to the constructor. When you do so, you must include either the key "locale" or
"format"; these will be used to set the appropriate values in the validator object.
$validator = new Zend_Validate_PostCode(array( 'locale' => 'de_AT', 'format' => 'AT_\d+' ));
The following validators conform to the Sitemap XML protocol.
Validates whether a string is valid for using as a 'changefreq' element in a Sitemap XML document. Valid values are: 'always', 'hourly', 'daily', 'weekly', 'monthly', 'yearly', or 'never'.
Returns TRUE
if and only if the value is a string
and is equal to one of the frequencies specified above.
Validates whether a string is valid for using as a 'lastmod' element in a Sitemap XML document. The lastmod element should contain a W3C date string, optionally discarding information about time.
Returns TRUE
if and only if the given value is
a string and is valid according to the protocol.
Ejemplo 933. Sitemap Lastmod Validator
$validator = new Zend_Validate_Sitemap_Lastmod(); $validator->isValid('1999-11-11T22:23:52-02:00'); // true $validator->isValid('2008-05-12T00:42:52+02:00'); // true $validator->isValid('1999-11-11'); // true $validator->isValid('2008-05-12'); // true $validator->isValid('1999-11-11t22:23:52-02:00'); // false $validator->isValid('2008-05-12T00:42:60+02:00'); // false $validator->isValid('1999-13-11'); // false $validator->isValid('2008-05-32'); // false $validator->isValid('yesterday'); // false
Validates whether a string is valid for using as a 'loc'
element in a Sitemap XML document. This uses
Zend_Form::check()
internally. Read more at
URI Validation.
Validates whether a value is valid for using as a 'priority' element in a Sitemap XML document. The value should be a decimal between 0.0 and 1.0. This validator accepts both numeric values and string values.
Ejemplo 934. Sitemap Priority Validator
$validator = new Zend_Validate_Sitemap_Priority(); $validator->isValid('0.1'); // true $validator->isValid('0.789'); // true $validator->isValid(0.8); // true $validator->isValid(1.0); // true $validator->isValid('1.1'); // false $validator->isValid('-0.4'); // false $validator->isValid(1.00001); // false $validator->isValid(0xFF); // false $validator->isValid('foo'); // false
Devuelve TRUE
si y sólo si la longitud del
string $valor
es por lo menos un mínimo y no
mayor a un máximo (cuando la opción max no es
NULL
). Desde la versión 1.5.0, el método
setMin()
lanza una excepción si la
longitud mínima tiene un valor mayor que la longitud máxima
establecida, y el método setMax()
lanza una
excepción si la longitud máxima se fija a un valor inferior que la
longitud mínima establecida. Desde la versión 1.0.2, esta clase
soporta UTF-8 y a otras codificaciones, basado en el valor actual
de: iconv.internal_encoding . If you need a different
encoding you can set it with the accessor methods getEncoding and
setEncoding.