Overview

Namespaces

  • PHP
  • PhpOptions
    • Types

Classes

  • AType
  • CharType
  • DatetimeType
  • DateType
  • DirectoryType
  • EmailType
  • EnumType
  • FileType
  • InifileType
  • IntegerType
  • RealType
  • SeriesType
  • StringType
  • TimeType
  • Types
  • Overview
  • Namespace
  • Class
  • Tree
  • Todo

Class EmailType

Email type

PhpOptions\Types\AType
Extended by PhpOptions\Types\EmailType
Namespace: PhpOptions\Types
Author: Viktor Mašíček <viktor@masicek.net>
Located at Types/EmailType.php
Methods summary
public boolean
# check( mixed $value )
Check type of value.

Check type of value.

Parameters

$value
mixed
Checked value

Returns

boolean
Methods Inherited From PhpOptions\Types\AType
__construct(), filter(), getName(), settingsHasFlag(), useFilter()
Properties Inherited From PhpOptions\Types\AType
$useFilter
PhpOptions API documentation generated by ApiGen.
Generated using the TokenReflection library.