Class: PathClassInfo
Source Location: /myphp-1.9/myphp-1.9-showsource/html/util/PathClassInfo.php
Class PathClassInfo
Method Summary
| String |
file() |
Real file name |
| String |
getFile() |
Get the real file name. |
| String |
getReal() |
Get the real path name. |
| String |
real() |
Real path name |
Methods
PathClassInfo PathClassInfo(
)
|
|
Constructor
String file(
String
$name
)
|
|
Real file name
Parameters:
|
String |
$name: |
The logical file name |
API Tags:
| Return: | Returns The real file name |
| Static: | |
String getFile(
String
$name
)
|
|
Get the real file name.
Returns the real file info, from the specified file name
Parameters:
|
String |
$name: |
The logical file name i.e. 'Link.php' |
API Tags:
| Return: | Returns The real file name |
String getReal(
mixed
$name, String
$name,
)
|
|
Get the real path name.
Returns the real path info, from the specified name
Parameters:
|
String |
$name,: |
The logical path name |
API Tags:
| Return: | Returns The real path name |
String real(
String
$name
)
|
|
Real path name
Parameters:
|
String |
$name: |
The logical path name |
API Tags:
| Return: | Returns The real path name |
| Static: | |
|
|