mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
small changes and translatet
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@45547 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
c13da29033
commit
ccd7665575
1 changed files with 1 additions and 0 deletions
|
@ -113,6 +113,7 @@ $clob = OCINewDescriptor($conn, OCI_D_LOB);
|
|||
OCIBindByName ($stmt, ":field2", &$clob, -1, OCI_B_CLOB);
|
||||
OCIExecute($stmt, OCI_DEFAULT);
|
||||
$clob->save ("some text");
|
||||
OCICommit($conn);
|
||||
|
||||
?>
|
||||
</programlisting>
|
||||
|
|
Loading…
Reference in a new issue