mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Superfluous brace
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@183664 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
e2c654e533
commit
d17341c266
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<!-- $Revision: 1.9 $ -->
|
||||
<refentry id="function.mysqli-prepare">
|
||||
<refnamediv>
|
||||
<refname>mysqli_prepare</refname>
|
||||
|
@ -49,7 +49,7 @@
|
|||
</para>
|
||||
<para>
|
||||
However, they are not allowed for identifiers (such as table or column names),
|
||||
in the select list that names the columns to be returned by a SELECT statement),
|
||||
in the select list that names the columns to be returned by a SELECT statement,
|
||||
or to specify both operands of a binary operator such as the <literal>=</literal>
|
||||
equal sign. The latter restriction is necessary because it would be impossible
|
||||
to determine the parameter type. In general, parameters are legal only in Data
|
||||
|
|
Loading…
Reference in a new issue