Overview

Namespaces

  • Jyxo
    • Beholder
      • TestCase
    • Gettext
      • Parser
    • Input
      • Chain
      • Filter
      • Validator
    • Mail
      • Email
        • Attachment
      • Parser
      • Sender
    • Rpc
      • Json
      • Xml
    • Shell
    • Spl
    • Svn
    • Time
    • Webdav
  • PHP

Classes

  • AbstractValidator
  • Callback
  • Equals
  • InArray
  • IsArray
  • IsBankAccountNumber
  • IsBirthNumber
  • IsCompanyId
  • IsCountryCode
  • IsDate
  • IsDateTime
  • IsEmail
  • IsIban
  • IsInt
  • IsIpV4
  • IsIpV6
  • IsNumeric
  • IsPhone
  • IsTaxId
  • IsUrl
  • IsZipCode
  • LessThan
  • NotEmpty
  • Regex
  • StringLengthBetween
  • StringLengthGreaterThan
  • StringLengthLessThan
  • Upload

Interfaces

  • ErrorMessage

Exceptions

  • Exception
  • Overview
  • Namespace
  • Class
  • Tree
  • Deprecated

Class IsIpV6

Validates a IPv6 address.

Jyxo\Input\Validator\AbstractValidator implements Jyxo\Input\ValidatorInterface
Extended by Jyxo\Input\Validator\IsIpV6
Namespace: Jyxo\Input\Validator
Category: Jyxo
Package: Jyxo\Input
Subpackage: Validator
Copyright: Copyright (c) 2005-2011 Jyxo, s.r.o.
License: https://github.com/jyxo/php/blob/master/license.txt
Author: Jaroslav HanslĂ­k
Located at Input/Validator/IsIpV6.php
Methods summary
public boolean
# isValid( mixed $value )

Validates a value.

Validates a value.

Parameters

$value
mixed
Input value

Returns

boolean

Implementation of

Jyxo\Input\ValidatorInterface::isValid
Methods inherited from Jyxo\Input\Validator\AbstractValidator
__construct(), validate()
Jyxo PHP Library API documentation generated by ApiGen 2.3.0