Function __global->send_rss_ping

Definitions

sources/news2.php

  • Send out a ping to configured services.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: string

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
$show_errors boolean No No False N/A N/A Whether to show errors

Returns

  • HTTP result output
  • Type: string
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Send out a ping to configured services.
 *
 * @param  boolean $show_errors Whether to show errors
 * @return string HTTP result output
 */

function send_rss_ping(bool $show_errors = false) : string