PHP 8.5.0 Alpha 4 available for testing

Voting

: one plus six?
(Example: nine)

The Note You're Voting On

deen804 at gmail dot com
11 years ago
unlink($fileName); failed for me .
Then i tried using the realpath($fileName) function as
unlink(realpath($fileName)); it worked

just posting it , in case if any one finds it useful .

<< Back to user notes page

To Top