Function __global->unset

Definitions

sources_custom/phpstub.php

  • Unset a given variable.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
&$var mixed Yes No required parameter N/A N/A Unset this

Preview

Code (PHP)

/**
 * Unset a given variable.
 *
 * @param  mixed $var Unset this
 */

function unset(&$var)