Development Cycle

Binary Bits and Pieces

  • About Anthony Mills

Tag: file functions

Easy PHP File Extensions With PathInfo

15 August 2012
Anthony Mills
No Comments

The other day I was building some file handling functionality into a project I was working on when i came to thinking about the best way to retrieve the extension of a filename with PHP. The first approach that came to mind was using explode statement to split the string…

Read More