Please answer this simple SPAM challenge: six minus four? (Example: nine)
If a file has more than one 'file extension' (seperated by periods), the last one will be returned.For example:<?php$pathinfo = pathinfo('/dir/test.tar.gz');echo 'Extension: '.$pathinfo['extension'];?>will produce:Extension: gzand not tar.gz
<< Back to user notes page