<?php

$html = '<a href="uploads/tutorial1.pdf">tutorial1.pdf</a>';

$xml = simplexml_load_string($html);

echo $xml . PHP_EOL;   
echo $xml['href'];