Function __global->mixed

Definitions

sources/global3.php

  • Assign this to explicitly declare that a variable may be of mixed type, and initialise to null.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No

Returns

  • Of mixed type (null: default)
  • Type: ?mixed
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Assign this to explicitly declare that a variable may be of mixed type, and initialise to null.
 *
 * @return ?mixed Of mixed type (null: default)
 */

function mixed()