| | |
| | | return $output . $data; |
| | | } |
| | | |
| | | function parse_date($dt) |
| | | static function parse_date($dt) |
| | | { |
| | | $parser = SimplePie_Parse_Date::get(); |
| | | return $parser->parse($dt); |
| | |
| | | } |
| | | else |
| | | { |
| | | $this->query = $this->replace_invalid_with_pct_encoding($query, 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-._~!$\'()*+,;:@/?'); |
| | | $this->query = $this->replace_invalid_with_pct_encoding($query, 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-._~!$\'()*+,;:@/?&='); |
| | | } |
| | | $this->valid[__FUNCTION__] = true; |
| | | return true; |
| | |
| | | * |
| | | * @access public |
| | | */ |
| | | function get() |
| | | static function get() |
| | | { |
| | | static $object; |
| | | if (!$object) |