mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Typo.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@190488 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
7c47b85be3
commit
4c7bb09626
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1'?>
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<!-- Generated by xml_proto.php v2.1. Found in /scripts directory of phpdoc. -->
|
||||
<refentry id="function.PDOStatement-bindParam">
|
||||
<refnamediv>
|
||||
|
@ -27,7 +27,7 @@
|
|||
Most parameters are input parameters, that is, parameters that are used
|
||||
in a read-only fashion to build up the query. Some drivers support the
|
||||
invocation of stored procedures that return data as output parameters,
|
||||
and some also as intput/output parameters that both send in data and are
|
||||
and some also as input/output parameters that both send in data and are
|
||||
updated to receive it.
|
||||
</para>
|
||||
|
||||
|
|
Loading…
Reference in a new issue