Php basename function

Source: Internet
Author: User

Let's take a look at the components of the component path.

Basename Function instance tutorial

Basename
(PHP 4 and PHP 5)
Basename-components of the returned file path
Description
String basename (string $ path [, string $ suffix])
Given that a string contains a path file, this function returns the base file name.
Parameters
Path
A path.
In Windows, the two slash (/) and backslash () are used as directory separators. In other environments, it is a forward slash (/).
Suffix
If the file name ends with the suffix is also cut off.
Return value
Return base name to specify the path.
Modify
Version description
Add Extension Parameters for 4.1.0
Instance
Example #1 basename ()

<? Php
$ Path = "/home/httpd/html/index. php ";
$ File = basename ($ path); // $ file is set to "index. php"
$ File = basename ($ path, ". php"); // $ file is set to "index"
?>

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.