Function __global->has_interesting_post_fields

Definitions

sources/global3.php

  • Find if the current request has POST fields worth considering/propagating. Very standard framework fields will be ignored.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: bool

Returns

  • Whether it does
  • Type: boolean
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Find if the current request has POST fields worth considering/propagating. Very standard framework fields will be ignored.
 *
 * @return boolean Whether it does
 */

function has_interesting_post_fields() : bool