mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Typo (bug #34172)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@193912 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
e035d7f4e1
commit
3b3fe99098
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.17 $ -->
|
||||
<!-- $Revision: 1.18 $ -->
|
||||
<reference id="ref.sqlite">
|
||||
<title>SQLite Functions</title>
|
||||
<titleabbrev>SQLite</titleabbrev>
|
||||
|
@ -149,7 +149,7 @@ putenv('TMP=C:/temp');
|
|||
<para><link linkend='function.sqlite-busy-timeout'>busyTimeout</link> - Sets or disables busy timeout duration</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para><link linkend='function.sqlite-last-error'>lastErorr</link> - Returns the last error code of the most recently encountered error</para>
|
||||
<para><link linkend='function.sqlite-last-error'>lastError</link> - Returns the last error code of the most recently encountered error</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para><link linkend='function.sqlite-fetch-column-types'>fetchColumnTypes</link> - Return an array of column types from a particular table</para>
|
||||
|
|
Loading…
Reference in a new issue