Voting

: min(one, zero)?
(Example: nine)

The Note You're Voting On

andreas dot stagl at fits dot at
23 years ago
if you're running apache as a service on a win32 machine, an you try to determinate if a file on an other pc in your network exists - ex.: is_file('//servername/share/dir1/dir2/file.txt') - you may return false when you're running the service as LocalSystem. To avoid this, you have to start the Apache-Service as a 'registered' domain user.

<< Back to user notes page

To Top