Updated resources indications

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@52277 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Damien Seguy 2001-07-27 07:42:19 +00:00
parent 73541051ed
commit e59861955c

View file

@ -118,7 +118,7 @@
<funcprototype>
<funcdef>int <function>xslt_errno</function></funcdef>
<paramdef>
int <parameter>xh</parameter>
resource <parameter>xh</parameter>
</paramdef>
</funcprototype>
</funcsynopsis>
@ -142,7 +142,7 @@
<funcprototype>
<funcdef>mixed <function>xslt_error</function></funcdef>
<paramdef>
int <parameter>xh</parameter>
resource <parameter>xh</parameter>
</paramdef>
</funcprototype>
</funcsynopsis>
@ -165,7 +165,7 @@
<funcsynopsis>
<funcprototype>
<funcdef>string <function>xslt_fetch_result</function></funcdef>
<paramdef>int <parameter>xh</parameter></paramdef>
<paramdef>resource <parameter>xh</parameter></paramdef>
<paramdef>string <parameter>result_name</parameter></paramdef>
</funcprototype>
</funcsynopsis>
@ -438,7 +438,8 @@ if (xslt_process($xslData, $xmlData, $result)) {
</funcsynopsis>
&warn.experimental.func;
<para>
Set SAX handlers on the resource handle given by xh.
Set SAX handlers on the resource handle given by
<parameter>xh</parameter>.
</para>
</refsect1>
</refentry>