<?php $stream = fopen('data://text/plain,cccc', 'w+'); fwrite($stream, 'data'); rewind($stream); var_dump(fread($stream, 5)); fclose($stream);
You have javascript disabled. You will not be able to edit any code.