PHP Classes

File: examples/ThingISBN.php

Recommend this page to a friend!
  Classes of Robert van der Linde   LibraryThing Services   examples/ThingISBN.php   Download  
File: examples/ThingISBN.php
Role: Example script
Content type: text/plain
Description: example for ThingISBN
Class: LibraryThing Services
Get book information using the LibraryThing API
Author: By
Last change:
Date: 15 years ago
Size: 238 bytes
 

Contents

Class file image Download
<?php
/**
 * Instantiate the webservice
 */
$service = new ThingISBNService();

/**
 * Search for works related to the book identified by
 * 01927568392. Returns an array of isbns
 */
$isbns = $service->getRelatedWorks('01927568392');
?>