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

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

See: xc_dump()
Since: 3.1
Located at Boot.inc.php

Parameters summary

mixed $var Variable to output.
Core\Stream $ofs = null <p>Optional. Stream instance to write dump to. If set to <code>null</code> (default), no automatic output is generated.</p>
boolean $renderHTML = null <p>Optional. Controls whether HTML-formatted output should be generated. If set to <code>null</code> (default), capabilities are automatically detected.</p>

Return value summary

string|null Returns the string dump or null on error.
xplo.re Medusa Core Framework 3.1 API documentation generated by ApiGen