In order to access the root node a session needs to be started.
All content added to the PCR will be children Nodes of the Root Node.
The following code assigns the Root Node to the $node variable:
<?php $node = $session->getRootNode(); echo $node->getName(); //outputs pcr:root ?>