Services_Delicious
[ class tree: Services_Delicious ] [ index: Services_Delicious ] [ all elements ]

Source for file getTags.php

Documentation is available at getTags.php

  1. <?php
  2. require_once 'config.php';
  3. require_once 'Services/Delicious.php';
  4.  
  5. $dlc &new Services_Delicious($username$password);
  6.  
  7. $tags $dlc->getTags();
  8. echo '<pre>';
  9. print_r($tags);
  10. echo '</pre>';
  11. ?>

Documentation generated on Mon, 11 Mar 2019 15:39:47 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.