What is the normal way of checking whether ReadPage() has been unsuccessful?  (Or, by extension, RetrieveAuthPage())<br><br>I see lots of this:<br><br>if (!$page) ...<br><br>but my reading of ReadPage() seems to indicate that a failed read will result in an array (&#39;ctime&#39; =&gt; now, &#39;time&#39; =&gt; now).<br>
<br>If I&#39;m interpreting that correctly, then what&#39;s the preferred way to check if the read failed?  (I&#39;m actually more interested in the results of RetrieveAuthpage() than ReadPage().)<br><br>-Peter<br>