Dirname, realpath ,__ FILE __, dirnamerealpath related to PHP paths
For example, the program root directory is in: E: \ wamp \ www.
1. _ FILE _ absolute path of the current FILE
If you call index. php, E: \ wamp \ www \ index. php is
The dirname, realpath, and FILE related to the PHP path, for example, the program root directory is in: E: \ wamp \ www.
1. _ FILE _ absolute path of the current FILE
If you call index. php, E: \ wamp \ www \ index. php is returned.
Next,
Why do php realpath and file_exists return null characters instead of php? the result is pulled to get php, a php program is downloaded, and the environment is configured.
System environment: window2003 + IIS6 + FastCGI + PHP5.3.4
Index. php in
The PHP realpath path function detects if the target file (or folder) the $path points to is real, equivalent to calling the File_exists ($path).1, if the target file exists and is not a symbolic connection (commonly known as "soft link" under
The PHP realpath function checks whether the target file (or folder) pointed to by $ path exists, which is equivalent to calling file_exists ($ path ).
If the target file exists and is not a symbolic connection ("shortcut" in windows), the absolute
For example: The program root directory in: E:\wamp\www
1. __file__ the absolute path to the current file
Returns E:\wamp\www\index.php if called in index.php
Now look at the directory structure of the program root directory
If you call
About PHP Realpath and dirname many times will be merged to use, has not been remembered, in need of time to go to the Internet to check data, so record here, easy to find later
DirName returns the directory portion of the path parameter (that is,
? For example: The program root directory in: E:\wamp\www1. __file__ the absolute path to the current fileReturns E:\wamp\www\index.php if called in index.phpNow look at the directory structure of the program root directoryIf you call __file__ in
This article brings you the content is about PHP through the Realpath to convert the relative path to absolute path code example, there is a certain reference value, the need for friends can refer to, I hope to help you.
Absolute path, relative
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.