Function __global->improperly_filled_in_post

Definitions

sources/failure.php

  • Complain about a POST field being missing.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
$name string No No required parameter N/A N/A The name of the parameter

Preview

Code (PHP)

/**
 * Complain about a POST field being missing.
 *
 * @param  string $name The name of the parameter
 */

function improperly_filled_in_post(string $name)