Function Minifier->unlock

Definitions

sources/jsmin.php

  • Replace "locks" with the original characters
  • Visibility: protected
  • Is abstract?: No
  • Is static?: No
  • Is final?: No

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
$js string No No required parameter N/A N/A The string to unlock

Returns

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

Preview

Code (PHP)

/**
 * Replace "locks" with the original characters
 *
 * @param  string $js The string to unlock
 * @return bool
 */

protected function unlock($js)