getStream() getStream( $string) : resource Create a stream from a PHP string. Parameters $string Returns resource — A PHP stream pointing to the variable.
stream_open() stream_open( $path, $mode, $options, $opened_path) Parameters $path $mode $options $opened_path