Re: Is it a bug ?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 5/14/06, Fourat Zouari <fourat@xxxxxxxxx> wrote:
Code 1 :
-------------------------
var_dump(stream_get_contents($rr));
-------------------------
Output 1
-------------------------
string(185) "HTTP/1.1 202 Accepted
Server: Apache2
Content-Length: 24
Connection: close
Content-type: text/html
Pragma: no-cache
Cache-Control: no-cache

0: Accepted for delivery"
-------------------------


Code 2 :
-------------------------
$x = stream_get_contents($rr);
var_dump($x);
-------------------------
Output 2
-------------------------
string(0) ""
-------------------------

Am i wrong ?

Without seeing all of the code, we can't tell anything from that.

Post it in http://pastebin.com and send us a url.

--
Postgresql & php tutorials
http://www.designmagick.com/

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux