xplo.re Medusa Core Framework 3.2
  • Namespace
  • Function
  • 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

Constants

  • NAMESPACE_SEPARATOR
  • PHP_INT_MIN

Functions

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

Function 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.

This variant extends the basic xc_dump_var() function by allowing multiple variable parameters and CLI detection; in CLI mode, output is written to the standard error with HTML formatting disabled; otherwise output is sent back to the HTTP client with HTML output enabled.

Uses: Core\Stream
See: xc_dump_var()
Since: 3.0
Located at Boot.inc.php

Parameters summary

mixed $var Variable to output. Supports multiple parameters.
xplo.re Medusa Core Framework 3.2 API documentation generated by ApiGen