mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
closed some tags.
<> -> entities git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@47092 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
eba0fd41bb
commit
d2796de90f
1 changed files with 3 additions and 3 deletions
|
@ -107,6 +107,7 @@
|
|||
<function>fbsql_autocommit</function> returns the current
|
||||
autocommit status. if the optional OnOff parameter is
|
||||
given the auto commit status will be changed.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
|
@ -177,8 +178,6 @@
|
|||
as non-persistent open links are automatically closed at the end
|
||||
of the script's execution.
|
||||
</para>
|
||||
<note>
|
||||
</note>
|
||||
<example>
|
||||
<title><function>fbsql_close</function> example</title>
|
||||
<programlisting role="php">
|
||||
|
@ -782,6 +781,7 @@ fbsql_free_result ($result);
|
|||
<funcdef>array <function>fbsql_fetch_lengths</function></funcdef>
|
||||
<paramdef>resource
|
||||
<parameter><optional>result</optional></parameter>
|
||||
</paramdef>
|
||||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
<para>
|
||||
|
@ -1657,7 +1657,7 @@ $result = fbsql_query ("SELECT my_col FROM my_tbl")
|
|||
the system will use that as a port number and it will not ask
|
||||
FBExec for the port number.
|
||||
The FrontBase server can be stared as
|
||||
FRontBase -FBExec=No -port=<port number> <database name>.
|
||||
FRontBase -FBExec=No -port=<port number> <database name>.
|
||||
</para>
|
||||
<para>
|
||||
Every subsequent call to <function>fbsql_query</function> will be
|
||||
|
|
Loading…
Reference in a new issue