string basename ( string $path [, string $suffix ] )
Given a string containing the path to a file or directory, this function will return the trailing name component.
Returns the base name of the given path.