From professional translators, enterprises, web pages and freely available translation repositories.
table 43-1. php_stream_make_seekable() return values
flags allows you to specify your preference for the seekeable stream that is returned: use php_stream_no_preference to use the default seekable stream (which uses a dynamically expanding memory buffer, but switches to temporary file backed storage when the stream size becomes large), or use php_stream_prefer_stdio to use "regular" temporary file backed storage.