$myStr = "A bit of text +test +test2"; $stream = fopen('data://text/plain,' . $myStr, 'r'); var_dump(stream_get_contents($stream);.
確定! 回上一頁