mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
[APIS-558][PHP]some bug about document
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330464 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
e5cf19e7be
commit
d6e1188b71
1 changed files with 2 additions and 2 deletions
|
@ -263,7 +263,7 @@ Barkley Charles
|
|||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
<?php
|
||||
$con = cubrid_connect("localhost", 33000, "foo");
|
||||
$con = cubrid_connect("localhost", 33000, "demodb", "dba", "");
|
||||
if ($con) {
|
||||
$sql = "INSERT INTO php_cubrid_lob_test(doc_content) VALUES(?)";
|
||||
$req = cubrid_prepare($con, $sql);
|
||||
|
@ -283,7 +283,7 @@ if ($con) {
|
|||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
<?php
|
||||
$con = cubrid_connect("localhost", 33000, "foo");
|
||||
$con = cubrid_connect("localhost", 33000, "demodb", "dba", "");
|
||||
if ($con) {
|
||||
$sql = "INSERT INTO php_cubrid_lob_test(image) VALUES(?)";
|
||||
$req = cubrid_prepare($con, $sql);
|
||||
|
|
Loading…
Reference in a new issue