PHP Classes

file_get_contents

Recommend this page to a friend!

      Amazon S3 Stream Wrapper  >  All threads  >  file_get_contents  >  (Un) Subscribe thread alerts  
Subject:file_get_contents
Summary:cant use file_get_contents against the S3 stream wrapper
Messages:2
Author:Jeff Arthur
Date:2007-10-14 17:09:53
Update:2007-10-14 18:12:45
 

  1. file_get_contents   Reply   Report abuse  
Picture of Jeff Arthur Jeff Arthur - 2007-10-14 17:09:54
Initial problem is the open mode rb is not supported.

Also stream_stat is not implemented.

Can you help at all or should I try to fix this myself?

Jeffa

  2. Re: file_get_contents   Reply   Report abuse  
Picture of Cesar D. Rodas Cesar D. Rodas - 2007-10-14 18:12:45 - In reply to message 1 from Jeff Arthur
Hello Jeff,

I was looking the code and I saw that I've forgot to implement the "fstats" and the "rb" and "wb" options, as you say.

Thank you for report that bug, right now those feature support and "file_get_contents" and "file_put_contents" are also supported.

Best Regards.