Function __global->fractional_edit

Definitions

sources/global3.php

  • Find whether a fractional edit is underway.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: bool

Returns

  • Whether a fractional (inline) edit is underway
  • Type: boolean
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Find whether a fractional edit is underway.
 *
 * @return boolean Whether a fractional (inline) edit is underway
 */

function fractional_edit() : bool