Page MenuHomeWickedGov Phorge

echo_stdin.php
No OneTemporary

Size
112 B
Referenced Files
None
Subscribers
None

echo_stdin.php

<?php
if ( PHP_SAPI !== 'cli' ) {
exit( 1 );
}
$input_data = stream_get_contents( STDIN );
echo $input_data;

File Metadata

Mime Type
text/x-php
Expires
Wed, Aug 19, 13:28 (3 w, 3 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
d8/94/c92fbcacd22de0a1fa4bd5f6cb1e
Default Alt Text
echo_stdin.php (112 B)

Event Timeline