Never remember the right tag names, s/argument/parameter/.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@25579 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jouni Ahto 2000-06-05 20:47:19 +00:00
parent bdb10ade68
commit 551173212a

View file

@ -1056,13 +1056,13 @@ echo $row[1] . " <- row\n";
to the PostgreSQL server.
</para>
<para>
<argument>filename</argument> and <argument>mode</argument> are the
same as in <function>fopen</function> (<argument>mode</argument> defaults
to 'w'), <argument>connection</argument> specifies the connection to
<parameter>filename</parameter> and <parameter>mode</parameter> are the
same as in <function>fopen</function> (<parameter>mode</parameter> defaults
to 'w'), <parameter>connection</parameter> specifies the connection to
trace and defaults to the last one opened.
</para>
<para>
Returns TRUE if <argument>filename</argument> could be opened for
Returns TRUE if <parameter>filename</parameter> could be opened for
logging, FALSE otherwise.
</para>
<para>
@ -1105,7 +1105,7 @@ echo $row[1] . " <- row\n";
</funcsynopsis>
<para>
Stop tracing started by <function>pg_trace</function>.
<argument>connection</argument> specifies the connection that was
<parameter>connection</parameter> specifies the connection that was
traced and defaults to the last one opened.
</para>
<para>