Is fopen() limited by the filesystem?

前端 未结 4 1206
执笔经年
执笔经年 2021-01-13 14:04

I wrote a program to generate large .SQL files for quickly populating very large databases. I scripted it in PHP. When I started coding I was using fopen()

4条回答
  •  时光取名叫无心
    2021-01-13 14:46

    Is it possible that your script is taking too long to execute and has timed out?

    Alternatively, is it possible that you're reaching your memory limits within the script?

提交回复
热议问题