mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
An example needs an title and an informalexample not.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@20701 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
1dd46e58ad
commit
cc6b15ec30
1 changed files with 2 additions and 2 deletions
|
@ -140,7 +140,7 @@ ibase_close($dbh);
|
|||
<para>
|
||||
Fetches a row as a psuedo-object from a result id obtained either by ibase_query or
|
||||
ibase_execute.
|
||||
<example>
|
||||
<informalexample>
|
||||
<programlisting role="php">
|
||||
$dbh = ibase_connect ($host, $username, $password);
|
||||
$stmt = 'SELECT * FROM tblname';
|
||||
|
@ -150,7 +150,7 @@ while ($row = ibase_fetch_object($sth)) {
|
|||
}
|
||||
ibase_close($dbh);
|
||||
</programlisting>
|
||||
</example>
|
||||
</informalexample>
|
||||
</para>
|
||||
<para>
|
||||
See also <function>ibase_fetch_row</function>.
|
||||
|
|
Loading…
Reference in a new issue