PHP - is the function is_dir() available

Avatar
  • Answered
I tried to use the PHP function is_dir() and it does not appear to work. Is it available? Do I need to turn it and other functions on somehow?
Avatar
Scott
Hello Gjbnc,

The function is_dir() is a standard function in php. It is already activated so it does not need to be turned on in the php.ini file. I tested it on your account in a test script and it is working correctly.

I hope this answers your question. If you have any more questions or information specific to the issue please leave a comment below so we can further assist you.

Best Regards,
Scott M