{NOTE: I have PHP 4.2.2 for RH9 Linux.}
Anyone have a better file_exists() out there? Even if you use shell
out tricks with Linux using the `command` trick, I'd be interested to
see what you came up with.
I have this remotely mounted SMB shares on Linux, stuck in my /mnt
directory, and the docs tell me that file_exists() doesn't work on
that. When I tested this, I found this to be true. Therefore, I need
an alternative.
Anyone have a better file_exists() out there? Even if you use shell
out tricks with Linux using the `command` trick, I'd be interested to
see what you came up with.
I have this remotely mounted SMB shares on Linux, stuck in my /mnt
directory, and the docs tell me that file_exists() doesn't work on
that. When I tested this, I found this to be true. Therefore, I need
an alternative.
Comment