php “glob” and data-deduplication?

前端 未结 4 785
逝去的感伤
逝去的感伤 2021-02-12 17:14

I have a php-application which is (per request) scanning for the existance of some files. (on a network share)

I\'m using glob for this, cause usually i jus

4条回答
  •  灰色年华
    2021-02-12 18:03

    Do you prepare to use another function than glob()? You can try to use SPL's recursive iterators if it will find an opened file that's located on a drive that's using Windows Server 2012 R2 build in data-deduplication feature. You can find an example how you can use it from this link.

提交回复
热议问题