SimplePie_Restriction::__toString() – String-ified version

You appear to be a bot. Output may be restricted

Description

String-ified version

Usage

$string = SimplePie_Restriction::__toString();

Parameters

Returns

string

Source

File name: wordpress/wp-includes/SimplePie/Restriction.php
Lines:

1 to 5 of 5
  public function __toString()
  {
    // There is no $this->data here
    return md5(serialize($this));
  }
 

 View on GitHub View on Trac