Allows you to use a string of RSS/Atom data instead of a remote feed.
If you have a feed available as a string in PHP, you can tell SimplePie
to parse that data string instead of a remote feed. Any set feed URL
takes precedence.
public set_raw_data ( string $data ) | ||
$data | string | RSS or Atom data as a string. |