xplo.re Medusa Core Framework 3.2
  • Namespace
  • Class
  • Tree
  • Deprecated
  • Event
  • Todo
  • Download

Namespaces

  • Core
    • Authentication
      • Auto
        • Driver
      • Driver
    • Cache
      • Driver
    • Charset
      • Driver
    • Configuration
      • Driver
    • Controller
    • Converter
      • Driver
    • Decoder
      • Driver
    • Encoder
      • Driver
    • Env
      • Authentication
      • Locale
      • Proxy
      • Server
        • HTTP
        • Redirect
        • X
    • Exception
    • Exchange
      • Driver
    • Fault
      • Formatter
        • Driver
      • Incident
        • Exception
      • Reporter
        • Driver
    • Field
    • Filter
      • Driver
    • Formatter
      • Driver
        • coreuimarkup
          • Token
    • Hash
    • Loader
    • Locale
    • Log
      • Driver
    • Module
      • Dependency
        • Requirement
          • Core
          • PHP
      • Linkage
        • Driver
    • PDF
    • Plugin
    • Query
      • Driver
    • Server
      • Driver
    • Session
      • Driver
    • Set
    • Storage
      • Driver
      • Field
        • Element
    • Stream
      • Driver
    • String
    • Translation
      • Driver
      • Language
        • Driver
    • Type
    • URI
      • Driver
    • Version
    • View
      • Driver
        • coreui
          • Control
            • Button
            • Table
          • Element
        • htmlbuilder
          • Tags
        • yui
          • Modules
  • None
  • PHP

Classes

  • bcmath
  • bz2
  • date
  • ereg
  • gd
  • hash
  • ldap
  • libxml
  • mbstring
  • mysqli
  • openssl
  • pcre
  • session
  • SimpleXML
  • SPL
  • SQLite
  • sqlite3
  • zlib

Class ereg

POSIX Regex module dependency requirement.

Core\Object implements Core\Chainable
Extended by Core\Set implements Core\Accessor
Extended by Core\Module\Dependency\Requirement
Extended by Core\Module\Dependency\Requirement\PHP\ereg
Namespace: Core\Module\Dependency\Requirement\PHP
Package: Core\Module\Dependency\Requirement
Since: 3.1
Requires: PHP 5.3
Version: 1.0
Located at Module/Dependency/Requirement/PHP/ereg.inc.php

Methods summary

public boolean
# load( )

Loads the extension.

Loads the extension.

Returns

boolean
true, if the extension was successfully loaded, otherwise false.

Since

3.1
public mixed
# version( )

Returns the available extension module version of the runtime environment.

Returns the available extension module version of the runtime environment.

Returns

mixed
Version number of extension.

Since

3.1
public string
# warning( )

Requirement usage warning, i.e. extension is deprecated or the current version is known to have bugs.

Requirement usage warning, i.e. extension is deprecated or the current version is known to have bugs.

Returns

string

Warning message as a string. For standard warnings, the corresponding constants are returned. Multiple warnings are separated by a newline (LF) character. Returns null if there are no warnings.

Since

3.1

Overrides

Core\Module\Dependency\Requirement::warning

Methods inherited from Core\Module\Dependency\Requirement

autocreate(), verifyLoad(), verifyMaxVersion(), verifyMinVersion()

Methods inherited from Core\Set

__get(), __isset()

Methods inherited from Core\Object

__autocreateFactory(), __call(), __processParameters(), __toString(), attachMethod(), chain(), getValueForKey(), getValueForKeyPath(), getValueForUndefinedKey(), hash(), issetValueForKey(), setValueForKey(), setValueForKeyPath(), setValueForUndefinedKey(), uuid()

Constants summary

Constants inherited from Core\Module\Dependency\Requirement

DeprecatedWarning, ObsoleteWarning

Constants inherited from Core\Object

AnyParameterType, AutochainParameterType, AutocreateParameterType, BooleanParameterType, CharParameterType, EnumParameterType, IntegerParameterType, RealParameterType, StringParameterType, UserParameterType

Properties summary

Magic properties inherited from Core\Object

$hash, $uuid

xplo.re Medusa Core Framework 3.2 API documentation generated by ApiGen