Returns the base filename of a given file path.
basename(path)
The basename is the contents of path
after the last path separator.
No filesystem checks are performed, as this is a text/parsing function;
thus ".
" and "..
" are not significant.
Added in version 7.00.1352510000 20121109.