Jason Barnett wrote:
Gerard Samuel wrote:
I was wondering.
Does file_get_contents() or file_put_contents() utilise
any kind of file locking?
Thanks
Not that I am aware of (I haven't checked source on this so someone
correct me if I'm wrong here). file_get_contents() is a shortcut for
using the
Gerard Samuel wrote:
I was wondering.
Does file_get_contents() or file_put_contents() utilise
any kind of file locking?
Thanks
Not that I am aware of (I haven't checked source on this so someone
correct me if I'm wrong here). file_get_contents() is a shortcut for
using the functions fopen, fgets
2 matches
Mail list logo