|
|
|
|
|
by smsm42
4336 days ago
|
|
Well, for PHP fopen() specifically fclose() would happen automatically as soon as the variable containing the result of fopen() goes out of scope. Unless you shared it with some other code, "properly" would happen automatically here. |
|