<?php echo basename('/path/to/file')."\n"; echo pathinfo('/path/to/file', PATHINFO_BASENAME)."\n\n"; echo basename('/path/to/filé')."\n"; echo pathinfo('/path/to/filé', PATHINFO_BASENAME)."\n\n"; echo basename('/path/to/.file')."\n"; echo pathinfo('/path/to/.file', PATHINFO_BASENAME)."\n\n"; echo basename('/path/to/.file.ext')."\n"; echo pathinfo('/path/to/.file.ext', PATHINFO_BASENAME)."\n\n";
You have javascript disabled. You will not be able to edit any code.