<?php $string = 'meu.arquivo.com.muitos.pontos.sem.extensao.'; $file = new SplFileInfo($string); printf("Extensão: %s" , $file->getExtension());
You have javascript disabled. You will not be able to edit any code.