Advertisement
Guest User

Untitled

a guest
Nov 17th, 2019
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.44 KB | None | 0 0
  1. object(SimpleXMLElement)#1 (4) {
  2.  ["link"]=>
  3.   array(2) {
  4.     [0]=>
  5.     object(SimpleXMLElement)#2 (1) {
  6.      ["@attributes"]=>
  7.       array(2) {
  8.         ["rel"]=>
  9.         string(3) "hub"
  10.         ["href"]=>
  11.         string(32) "https://pubsubhubbub.appspot.com"
  12.       }
  13.     }
  14.     [1]=>
  15.     object(SimpleXMLElement)#3 (1) {
  16.      ["@attributes"]=>
  17.       array(2) {
  18.         ["rel"]=>
  19.         string(4) "self"
  20.         ["href"]=>
  21.         string(80) "https://www.youtube.com/xml/feeds/videos.xml?channel_id=UCwKfmsba1g3SDcOzbU4zPXw"
  22.       }
  23.     }
  24.   }
  25.   ["title"]=>
  26.   string(18) "YouTube video feed"
  27.   ["updated"]=>
  28.   string(35) "2019-10-14T20:07:43.949448725+00:00"
  29.   ["entry"]=>
  30.   object(SimpleXMLElement)#4 (6) {
  31.    ["id"]=>
  32.     string(20) "yt:video:hb1er2m_IZE"
  33.     ["title"]=>
  34.     string(41) "ЖИРНОЕ ВЕЩАНИЕ - ФУГА TV"
  35.     ["link"]=>
  36.     object(SimpleXMLElement)#5 (1) {
  37.      ["@attributes"]=>
  38.       array(2) {
  39.         ["rel"]=>
  40.         string(9) "alternate"
  41.         ["href"]=>
  42.         string(43) "https://www.youtube.com/watch?v=hb1er2m_IZE"
  43.       }
  44.     }
  45.     ["author"]=>
  46.     object(SimpleXMLElement)#6 (2) {
  47.      ["name"]=>
  48.       string(11) "ФУГА TV"
  49.       ["uri"]=>
  50.       string(56) "https://www.youtube.com/channel/UCwKfmsba1g3SDcOzbU4zPXw"
  51.     }
  52.     ["published"]=>
  53.     string(25) "2019-10-14T20:07:35+00:00"
  54.     ["updated"]=>
  55.     string(35) "2019-10-14T20:07:43.949448725+00:00"
  56.   }
  57. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement