mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Clarify the return-value a bit more.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@140821 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
73d602ced4
commit
898cbc8971
1 changed files with 3 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.12 $ -->
|
||||
<!-- $Revision: 1.13 $ -->
|
||||
<!-- splitted from ./en/functions/dbx.xml, last change in rev 1.3 -->
|
||||
<refentry id="function.dbx-query">
|
||||
<refnamediv>
|
||||
|
@ -18,7 +18,8 @@
|
|||
<function>dbx_query</function> returns an object or <literal>1</literal>
|
||||
on success, and <literal>0</literal> on failure. The result object is
|
||||
returned only if the query given in <parameter>sql_statement</parameter>
|
||||
produces a result set.
|
||||
produces a result set (i.e. a SELECT query, even if the result set is
|
||||
empty).
|
||||
</simpara>
|
||||
<example>
|
||||
<title>How to handle the returned value</title>
|
||||
|
|
Loading…
Reference in a new issue