Method explode_path()
- Method
explode_path
array(string) explode_path(stringp)- Description
Split a path
pinto its components.This function divides a path into its components. This might seem like it could be done by dividing the string on <tt>"/"</tt>, but that will not work on some operating systems. To turn the components back into a path again, use combine_path().