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 ('ctime' => now, 'time' => now).<br>
<br>If I'm interpreting that correctly, then what's the preferred way to check if the read failed? (I'm actually more interested in the results of RetrieveAuthpage() than ReadPage().)<br><br>-Peter<br>