Function FirePHP->_escapeTrace

Definitions

sources/firephp.php

  • Escape trace path for windows systems
  • Visibility: protected
  • Is abstract?: No
  • Is static?: No
  • Is final?: No

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
$trace array No No required parameter N/A N/A $trace

Returns

  • Type: array
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Escape trace path for windows systems
 *
 * @param  array $trace $trace
 * @return array
 */

protected function _escapeTrace($trace)