About 21,000,000 results
Open links in new tab
  1. List all files in one directory PHP - Stack Overflow

    What would be the best way to list all the files in one directory with PHP? Is there a $_SERVER function to do this? I would like to list all the files in the usernames/ directory and loop over that

  2. How do I see the extensions loaded by PHP? - Stack Overflow

    Jan 26, 2009 · You can see the extensions loaded by PHP using the phpinfo() function or the get_loaded_extensions() function.

  3. How can I add elements to an empty array in PHP?

    How can I add elements to an empty array in PHP? Asked 16 years, 8 months ago Modified 1 year, 6 months ago Viewed 1.5m times

  4. recursion - List all the files and folders in a Directory with PHP ...

    List all the files and folders in a Directory with PHP recursive function Asked 11 years, 4 months ago Modified 2 years, 10 months ago Viewed 232k times

  5. Can PHP's list() work with associative arrays? - Stack Overflow

    Can PHP's list () work with associative arrays? Asked 14 years ago Modified 3 years ago Viewed 34k times

  6. Listing all the folders subfolders and files in a directory using php

    Please give me a solution for listing all the folders,subfolders,files in a directory using php. My folder structure is like this: Main Dir Dir1 SubDir1 File1 File2 SubDir2 File3 ...

  7. time - PHP Timezone List - Stack Overflow

    You can use the following php code to generate the dropdown list using the DateTimeZone::listIdentifiers -- timezone_identifiers_list — Returns a numerically indexed array …

  8. Simple PHP Condition help: if($Var1 = in list($List) and $Cond2) - Is ...

    14 Is this a possible function? I need to check if a variable is existent in a list of ones I need to check against and also that cond2 is true eg

  9. list - PHP Get all subdirectories of a given directory - Stack Overflow

    How can I get all sub-directories of a given directory without files, .(current directory) or ..(parent directory) and then use each directory in a function?

  10. php - list and explode - Stack Overflow

    For that, not using list seems like the right solution, as, with list, you must know how many elements the expression on the right of = will return... And, in this situation, you don't know how many elements …