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

Namespaces

  • Core
    • Authentication
      • Auto
        • Driver
      • Driver
    • Cache
      • Driver
    • Charset
      • Driver
    • Configuration
    • Controller
    • Converter
      • Driver
    • Decoder
      • Driver
    • Encoder
      • Driver
    • Env
      • Authentication
      • Locale
      • Proxy
      • Server
        • HTTP
        • Redirect
        • X
    • Exception
    • Exchange
      • 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
    • URI
      • Driver
    • Version
    • View
      • Driver
        • coreui
          • Control
            • Button
            • Table
          • Element
        • htmlbuilder
          • Tags
        • yui
          • Modules
  • None
  • PHP

Constants

  • PHP_INT_MIN

Functions

  • xc_dump
  • xc_dump_bt
  • xc_dump_var
  • xc_is_callable
  • xc_serialize
  • xc_unserialize

No namespace

Constants summary

PHP_INT_MIN The smallest integer supported in this build of PHP.

Functions summary

xc_dump

Produces a Core extended variable dump similar to var_dump(). Unlike native dumps, the extended Core dump supports the output of HTML-formatted code including support for user-defined stylesheets and detection of recursion with compact output of already processed references.

xc_dump_bt Outputs a backtrace using the Core\Fault interface.
xc_dump_var

Produces a Core extended variable dump similar to var_dump(). Unlike native dumps, the extended Core dump supports the output of HTML-formatted code including support for user-defined stylesheets and detection of recursion with compact output of already processed references.

xc_is_callable Equals is_callable() but also supports Core class extensions.
xc_serialize Serialises a variable to PHP format using the Core encoder interface.
xc_unserialize Un-serialises a variable in PHP format via the Core decoder interface.
xplo.re Medusa Core Framework 3.1 API documentation generated by ApiGen