phpbar.de logo

Mailinglisten-Archive

[php] Oracle / CLOB

[php] Oracle / CLOB

Thies C. Arntzen php_(at)_phpcenter.de
Sat, 27 Oct 2001 20:12:01 +0200


On Thu, Oct 25, 2001 at 02:11:18PM +0200, Philipp Andreas wrote:
> Hello Alexander Wagner,
> 
> also folgendes zeigt mir var_dump.
> 
> ich hab das beim durchgehen des fetches aufgerufen:
> 
> while (_(at)_OCIFetchInto($curs,&$arrRes,OCI_ASSOC))

    entweder

    OCIFetchInto($curs,$arrRes,OCI_ASSOC|OCI_RETURN_LOBS)

    oder

    while (_(at)_OCIFetchInto($curs,$arrRes,OCI_ASSOC)) {
        $lobdata = $arrRes[ 'CONTENT' ]->load();
    }


      
> {
>       var_dump($arrRes);
> }
> ----- var_dump output: ----
> 
> array(13) {
>   ["NEWSID"]=>
>   string(1) "1"
>   ["NEWSTYPE"]=>
>   string(1) "1"
>   ["CONTENTTYPE"]=>
>   string(1) "1"
>   ["TOPIC"]=>
>   string(33) "testnews"
>   ["CONTENT"]=>
>   object(OCI-Lob)(1) {
>     ["descriptor"]=>
>     resource(54) of type (oci8 descriptor)
>   }
>   ["AUTHOR"]=>
>   string(11) "testposter"
>   ["VALIDFROM"]=>
>   string(8) "24.10.01"
>   ["VALIDUNTIL"]=>
>   string(8) "01.11.01"
>   ["ACTIVE"]=>
>   string(1) "1"
>   ["INSERTED"]=>
>   string(8) "25.10.01"
>   ["INSERTEDBY"]=>
>   string(7) "PORTAL2"
>   ["UPDATED"]=>
>   string(8) "25.10.01"
>   ["UPDATEDBY"]=>
>   string(7) "PORTAL2"
> }
> 
> --
> 
> Thursday, October 25, 2001, 2:09:42 PM, you wrote:
> 
> AW> Philipp Andreas wrote:
> >> In dem Fech ist nen CLOB Feld. Statt den Inhalt dieses Feldes erhalte
> >> ich den String "Object".
> >>
> >> Hat wer ne Ahnung wie ich das ding in nen String wandeln kann?
> 
> AW> Was liefert ein var_dump() dieser Variable?
> 
> AW> Gesundheit
> AW> Wagner
> 
> 
> 
> -- 
> Best regards,
>  Philipp Andreas                            mailto:philipp.andreas_(at)_intratools.de
> 
> -- 
> ** http://www.php-center.de **
> Die PHP-Liste: mailto: php_(at)_phpcenter.de
> http://lists.phpcenter.de/mailman/listinfo/php


php::bar PHP Wiki   -   Listenarchive