JAVASCRIPT
CSS
PHP
3rd-Party Scripts
UPLOAD YOUR SCRIPT
Search
Recent Searches
ViralNeutralize Anti Virus
permutations
Local Time
Suexec
iPod_Video_Converter
How Old
">
ge
ondblclick= "window.open(
Rate this script:
I Love it
/
I Hate it
Set::extract - parsing an RSS feed for all post titles
Code
uses
(
'Xml'
)
;
$feed
= xmltoArray
(
new
XML
(
'http://feeds.feedburner.com/thinkingphp'
)
)
;
$postTitles
= Set::
extract
(
$feed
,
'rss.channel.item.{n}.title'
)
;
Set::extract - parsing an RSS feed for all post titles scripts
|
Set::extract - parsing an RSS feed for all post titles snippet
|
Set::extract - parsing an RSS feed for all post titles example
|
Set::extract - parsing an RSS feed for all post titles tutorial
|
Set::extract - parsing an RSS feed for all post titles code