ftruncate() and user stream wrappers

php.internals

Justin Hannus

21 years ago
Is there plans to allow ftruncate calls on user defined stream wrappers? i.e. The wrapper class would implement: bool stream_truncate(int length); -justin