jphp-group / jphp

JPHP - an implementation of PHP on Java VM
http://jphp.develnext.org
Apache License 2.0
1.71k stars 160 forks source link

Missing stream_get_meta_data function #410

Open danog opened 4 years ago

danog commented 4 years ago

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

dim-s commented 4 years ago

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