3v4l.org

run code in 300+ PHP versions simultaneously
<?php $storagedir = '/vagrant/www/resource-space/include/../filestore'; $dir_file_path = '/vagrant/www/resource-space/include/../filestore/2/4/0_ed2583e62f4dc12/240_b69bd79a9431acc.jpeg'; $filename_rootpath = ltrim(str_replace($storagedir, '', $dir_file_path), '/'); $filename = substr($filename_rootpath, (strrpos($filename_rootpath, '/') + 1)); $extension = substr($filename, (strrpos($filename, '.') + 1)); $return['file_path'] = rtrim(str_replace($filename, '', $filename_rootpath), '/'); $return['file_name'] = str_replace(".{$extension}", '', $filename); var_dump($return);

preferences:
37.37 ms | 402 KiB | 5 Q