API Documentation

Zend/Validate/Ip.php

Show: inherited
Table of Contents

Zend Framework

LICENSE

This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.

Category
Zend  
Copyright
Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  
Package
Zend_Validate  
Version
$Id: Ip.php 24593 2012-01-05 20:35:02Z matthew $  

\Zend_Validate_Ip

Package: Zend\Validate

Parent(s)
\Zend_Validate_Abstract
Category
Zend  
Copyright
Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  

Constants

Constant  INVALID = 'ipInvalid'
Constant  NOT_IP_ADDRESS = 'notIpAddress'

Properties

Propertyprotectedarray  $_messageTemplates= 'array( self::INVALID => "Invalid type given. String expected"'

Default valuearray( self::INVALID => "Invalid type given. String expected"Details
Type
array
Propertyprotectedarray  $_options= 'array( 'allowipv6' => true'

internal options

Default valuearray( 'allowipv6' => trueDetails
Type
array

Methods

methodpublic__construct( array $options = array() ) : void

Sets validator options

Parameters
Name Type Description
$options array

OPTIONAL Options to set, see the manual for all available options

methodprotected_validateIPv4( string $value ) : void

Validates an IPv4 address

Parameters
Name Type Description
$value string
methodprotected_validateIPv6( string $value ) : boolean

Validates an IPv6 address

Parameters
Name Type Description
$value string

Value to check against

Returns
Type Description
boolean True when $value is a valid ipv6 address False otherwise
methodpublicgetOptions( ) : array

Returns all set options

Returns
Type Description
array
methodpublicisValid( mixed $value ) : boolean

Defined by Zend_Validate_Interface

Returns true if and only if $value is a valid IP address

Parameters
Name Type Description
$value mixed
Returns
Type Description
boolean
methodpublicsetOptions( array $options ) : \Zend_Validate_Ip

Sets the options for this validator

Parameters
Name Type Description
$options array
Returns
Type Description
\Zend_Validate_Ip
Documentation was generated by DocBlox 0.15.1.