(No version information available, might only be in SVN)
streamWrapper::stream_metadata — Change stream options
This method is called to set metadata on the stream. It is called when one of the following functions is called on a stream URL:
Please note that some of these operations may not be available on your system.Note: The function is available since PHP 5.4.0.
The file path or URL to set metadata. Note that in the case of a URL, it must be a :// delimited URL. Other URL forms are not supported.
One of:
If option is
Returns TRUE on success or FALSE on failure. If option is not implemented, FALSE should be returned.