php “glob” and data-deduplication?

前端 未结 4 2319
无人及你
无人及你 2021-02-12 17:45

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 17:59

    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.

提交回复
热议问题