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
Tue, Aug 18, 23:12 (1 d, 15 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
d8/94/c92fbcacd22de0a1fa4bd5f6cb1e
Default Alt Text
echo_stdin.php (112 B)

Event Timeline