<?php $path = ltrim('/path/to/resource', '/'); $elements = explode('/', $path); $first_element = array_shift($elements); var_dump($first_element, $elements);
You have javascript disabled. You will not be able to edit any code.