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 [email protected] 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

jump to top

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

  INVALID = 'ipInvalid'
  NOT_IP_ADDRESS = 'notIpAddress'

Properties

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

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

internal options

Default valuearray( 'allowipv6' => trueDetails
Type
array

Methods

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

Sets validator options

Parameters
NameTypeDescription
$optionsarray

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

_validateIPv4( string $value ) : void

Validates an IPv4 address

Parameters
NameTypeDescription
$valuestring
_validateIPv6( string $value ) : boolean

Validates an IPv6 address

Parameters
NameTypeDescription
$valuestring

Value to check against

Returns
TypeDescription
booleanTrue when $value is a valid ipv6 address False otherwise
getOptions( ) : array

Returns all set options

Returns
TypeDescription
array
isValid( mixed $value ) : boolean

Defined by Zend_Validate_Interface

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

Parameters
NameTypeDescription
$valuemixed
Returns
TypeDescription
boolean
setOptions( array $options ) : \Zend_Validate_Ip

Sets the options for this validator

Parameters
NameTypeDescription
$optionsarray
Returns
TypeDescription
\Zend_Validate_Ip
Documentation was generated by DocBlox 0.15.1.