Recent content by Madgeek

  1. M

    What is the fastest method to count the number of files in a directory with PHP?

    I have a directory that is going to have more than 500 files in it. How can I quickly retrieve the number of files in this directory? Is there a better/quicker method than: count(glob('*.*'))?
  2. M

    PHP: Convert decimal to "base 36".?

    Anyone have a PHP function that can convert a decimal to base 36?
Back
Top