mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
reorder a couple of entries.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@64247 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
4f37696c7f
commit
55d3600731
1 changed files with 45 additions and 45 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.36 $ -->
|
||||
<!-- $Revision: 1.37 $ -->
|
||||
<reference id="ref.ibase">
|
||||
<title>InterBase functions</title>
|
||||
<titleabbrev>InterBase</titleabbrev>
|
||||
|
@ -261,6 +261,27 @@ magic_quotes_sybase = On
|
|||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<refentry id="function.ibase-errmsg">
|
||||
<refnamediv>
|
||||
<refname>ibase_errmsg</refname>
|
||||
<refpurpose>
|
||||
Returns error messages
|
||||
</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<funcsynopsis>
|
||||
<funcprototype>
|
||||
<funcdef>string <function>ibase_errmsg</function></funcdef>
|
||||
<void/>
|
||||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
<simpara>
|
||||
Returns a string containing an error message.
|
||||
</simpara>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<refentry id="function.ibase-fetch-row">
|
||||
<refnamediv>
|
||||
<refname>ibase_fetch_row</refname>
|
||||
|
@ -365,6 +386,29 @@ for ($i=0; $i < $coln; $i++) {
|
|||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<refentry id="function.ibase-free-query">
|
||||
<refnamediv>
|
||||
<refname>ibase_free_query</refname>
|
||||
<refpurpose>
|
||||
Free memory allocated by a prepared query
|
||||
</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<funcsynopsis>
|
||||
<funcprototype>
|
||||
<funcdef>int <function>ibase_free_query</function></funcdef>
|
||||
<paramdef>int
|
||||
<parameter>query</parameter>
|
||||
</paramdef>
|
||||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
<simpara>
|
||||
Free a query prepared by <function>ibase_prepare</function>.
|
||||
</simpara>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<refentry id="function.ibase-free-result">
|
||||
<refnamediv>
|
||||
<refname>ibase_free_result</refname>
|
||||
|
@ -531,29 +575,6 @@ for ($i=0; $i < $coln; $i++) {
|
|||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<refentry id="function.ibase-free-query">
|
||||
<refnamediv>
|
||||
<refname>ibase_free_query</refname>
|
||||
<refpurpose>
|
||||
Free memory allocated by a prepared query
|
||||
</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<funcsynopsis>
|
||||
<funcprototype>
|
||||
<funcdef>int <function>ibase_free_query</function></funcdef>
|
||||
<paramdef>int
|
||||
<parameter>query</parameter>
|
||||
</paramdef>
|
||||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
<simpara>
|
||||
Free a query prepared by <function>ibase_prepare</function>.
|
||||
</simpara>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<refentry id="function.ibase-timefmt">
|
||||
<refnamediv>
|
||||
<refname>ibase_timefmt</refname>
|
||||
|
@ -667,27 +688,6 @@ for ($i=0; $i < $coln; $i++) {
|
|||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<refentry id="function.ibase-errmsg">
|
||||
<refnamediv>
|
||||
<refname>ibase_errmsg</refname>
|
||||
<refpurpose>
|
||||
Returns error messages
|
||||
</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<funcsynopsis>
|
||||
<funcprototype>
|
||||
<funcdef>string <function>ibase_errmsg</function></funcdef>
|
||||
<void/>
|
||||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
<simpara>
|
||||
Returns a string containing an error message.
|
||||
</simpara>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
</reference>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
|
|
Loading…
Reference in a new issue