Function __global->code_editor_error_get_last

Definitions

code_editor.php

  • Get last error message in the code editor.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: string

Returns

  • Error message (blank: none)
  • Type: string
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Get last error message in the code editor.
 *
 * @return string Error message (blank: none)
 */

function code_editor_error_get_last() : string