manual for basename | search for "basename"
Manual © 2001-2008 The PHP Group
basename
Description
string basename ( string path [, string suffix])Given a string containing a path to a file, this function will return the base name of the file. If the filename ends in suffix this will also be cut off.
On Windows, both slash (/) and backslash (\) are used as directory separator character. In other environments, it is the forward slash (/).
Note: The suffix parameter was added in PHP 4.1.0.
See also dirname().
© 2008 phparadise | go to the top | search phparadise | generated in 0.038 seconds
24 hits by 15 users in the last 30 minutes.