mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Finally: change boolean to bool like in most other docs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@65822 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
07e655af10
commit
32f2d4e837
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.20 $ -->
|
||||
<!-- $Revision: 1.21 $ -->
|
||||
<reference id="ref.sesam">
|
||||
<title>SESAM database functions</title>
|
||||
<titleabbrev>SESAM</titleabbrev>
|
||||
|
@ -1290,7 +1290,7 @@ if (!($result = sesam_query ($stmt)))
|
|||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>boolean $arr["truncated"]</entry>
|
||||
<entry>bool $arr["truncated"]</entry>
|
||||
<entry>
|
||||
&true; if the number of rows was at least
|
||||
<parameter>max_rows</parameter>, &false;
|
||||
|
|
Loading…
Reference in a new issue