FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » Imported messages » comp.lang.php » Re: uniwersalny writer
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: uniwersalny writer [message #171978] Mon, 24 January 2011 20:43 Go to previous message
Peter H. Coffin is currently offline  Peter H. Coffin
Messages: 245
Registered: September 2010
Karma:
Senior Member
On Mon, 24 Jan 2011 14:35:17 +0100, smerf wrote:
> chce napisac uniwersalnego writera piszacego na ekran albo do pliku.
> sadze ze takie cos powinno wydrukowac na ekranie
>
> <?php
> ini_set('display_errors', '1');
> error_reporting(E_ALL);
>
> $file = fopen('php://stdout', 'w');
> fwrite($file, "test \n");
> fclose($file);
> ?>
>

> No niestety, ekran jest pusty. Za to w konsoli drukuje ladnie 'test'.
> Czy nie da sie w ten sposob wywolac skryptu webowego, czy tylko
> zostaje echo lub print ?

php://stdout does not send http headers, if the blank thing is a web
page.

--
76. If the hero runs up to my roof, I will not run up after him and
struggle with him in an attempt to push him over the edge. I will
also not engage him at the edge of a cliff. (In the middle of a
rope-bridge over a river of lava is not even worth considering.)
[Message index]
 
Read Message
Read Message
Read Message
Previous Topic: is_a vs. instanceof()?
Next Topic: Implement Php performace
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Sat Nov 23 21:00:32 GMT 2024

Total time taken to generate the page: 0.05075 seconds