jphp icon indicating copy to clipboard operation
jphp copied to clipboard

Missing stream_get_meta_data function

Open danog opened this issue 5 years ago • 1 comments

https://www.php.net/manual/en/function.stream-get-meta-data.php

danog avatar Mar 09 '20 19:03 danog

This function is very difficult to implement because each type of source can have a completely different and non-standardized set of attributes.

dim-s avatar Mar 10 '20 16:03 dim-s