@php-wasm/utilFunctionsbasenamebasename Callablebasename(path: string): stringReturns the last portion of a path.Parameterspath: stringThe path to extract the basename from.Returns stringThe basename of the path.
Returns the last portion of a path.