Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4121450
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T23:21:10+00:00 2026-05-20T23:21:10+00:00

I have a directory named client_images that has dir_1 , dir_2 and dir_3 as

  • 0

I have a directory named client_images that has dir_1, dir_2 and dir_3 as subdirectories. When i run the following:

foreach(scandir("client_images") as $key => $value ){
    if(is_dir($value)){
        echo $value." is a dir.<br>";
    }
    else{
        echo $value." is not a dir.<br>";
    }
}

i get :

. is a dir.
.. is a dir.
dir_1 is not a dir.
dir_2 is not a dir.
dir_3 is not a dir.

Why is php returning false for directories?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-20T23:21:11+00:00Added an answer on May 20, 2026 at 11:21 pm

    You are doing scandir("client_images"); the result is bare filenames without the client_images/ path, so it’s looking for them in the current directory. Naturally, the only directories likely to be in common between .. and client_images/ are . and .., the entries present in all directories.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a directory named 'backup' its contains following files (with some specific details)
I have a jar file that has a file named client.ts in (when viewing
Am I allowed to have a directory named 'import' containing Python code? Or will
I have a file watch directory named FileWatch C:\Users\MyFolder\FileWatch\Test The FileWatch folder is the
I have a set of files in a single directory named: OneThing-x.extension OneThing-y.extension OneThing-z.extension
I have a directory with a lot of files in it named: file001.pdf, file002.pdf
I have a jar file named umar.jar in /root/umar/bin directory. I have a shell
I have a folder named import at my root directory where the public folder
In the /data directory of solr, suppose, I have three folders named as index,
I have web services which I have hosted under the virtual directory named TestServices.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.