public function FeedsCrawler::trim in Feeds Crawler 6.2
Same name and namespace in other branches
- 7 FeedsCrawler.inc \FeedsCrawler::trim()
File
- ./
FeedsCrawler.inc, line 217 - Home of the FeedsCrawler.
Class
- FeedsCrawler
- Fetches data via HTTP.
Code
public function trim(&$value) {
$value = trim($value);
}