mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Changed return values of new function to match the source
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@59333 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
2f1002e1fe
commit
a7ffb89558
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.26 $ -->
|
||||
<!-- $Revision: 1.27 $ -->
|
||||
<reference id="ref.fbsql">
|
||||
<title>FrontBase functions</title>
|
||||
<titleabbrev>FrontBase</titleabbrev>
|
||||
|
@ -363,7 +363,7 @@
|
|||
<title>Description</title>
|
||||
<funcsynopsis>
|
||||
<funcprototype>
|
||||
<funcdef>resource <function>fbsql_create_blob</function></funcdef>
|
||||
<funcdef>string <function>fbsql_create_blob</function></funcdef>
|
||||
<paramdef>string <parameter>blob_data</parameter></paramdef>
|
||||
<paramdef>resource
|
||||
<parameter>
|
||||
|
@ -413,7 +413,7 @@
|
|||
<title>Description</title>
|
||||
<funcsynopsis>
|
||||
<funcprototype>
|
||||
<funcdef>resource <function>fbsql_create_clob</function></funcdef>
|
||||
<funcdef>string <function>fbsql_create_clob</function></funcdef>
|
||||
<paramdef>string <parameter>clob_data</parameter></paramdef>
|
||||
<paramdef>resource
|
||||
<parameter>
|
||||
|
|
Loading…
Reference in a new issue