<?php
try {
    $swish = new Swish("index.swish-e");
    $properties = $swish->getPropertyList("index.swish-e");
    foreach ($properties as $prop) {
        echo $prop["Name"],"\n";
    }
} catch (SwishException $e) {
    echo $e->getMessage(), "\n";
}
?>
     
    The above example will output 
something similar to:
swishreccount
swishrank
swishfilenum
swishdbfile
swishdocpath
swishtitle
swishdocsize
swishlastmodified