Updated is_cached prototype to indicate proper return type. (thanks to Geoffrey Hoffman)

This commit is contained in:
boots
2004-03-12 22:43:34 +00:00
parent 068903647e
commit 15129c4ac5

View File

@@ -1051,7 +1051,7 @@ print_r($tpl_vars);</programlisting>
<title>is_cached</title> <title>is_cached</title>
<funcsynopsis> <funcsynopsis>
<funcprototype> <funcprototype>
<funcdef>void <function>is_cached</function></funcdef> <funcdef>boolean <function>is_cached</function></funcdef>
<paramdef>string <parameter>template</parameter></paramdef> <paramdef>string <parameter>template</parameter></paramdef>
<paramdef>[string <parameter>cache_id</parameter>]</paramdef> <paramdef>[string <parameter>cache_id</parameter>]</paramdef>
</funcprototype> </funcprototype>