Function __global->with_whitespace

Definitions

sources/templates.php

  • Display some raw text so that it is repeated as raw visually in HTML.
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: object

Parameters

Name Type Default Set Range Description
$in mixed required parameter N/A N/A Input, provided in plain-text format or as HTML via do_lang_tempcode/protect_from_escaping (string or Tempcode)
$using_textarea boolean False N/A N/A Whether to show using a textarea (more reliable to use clipboard to get from)
$using_codetag boolean False N/A N/A Whether to use a code tag (for monospaced font); only use if !$using_textarea

Return

  • Output
  • Type: Tempcode
  • Set: N/A
  • Range: N/A