Function FirePHP->_escapeTraceFile

Definitions

sources/firephp.php

  • Escape file information of trace 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
$file string No No required parameter N/A N/A $file

Returns

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

Preview

Code (PHP)

/**
 * Escape file information of trace for windows systems
 *
 * @param  string $file $file
 * @return string
 */

protected function _escapeTraceFile($file)