PeServer

PathParts
in package
implements Stringable

Read onlyYes

パスの各要素。

Table of Contents

Interfaces

Stringable

Properties

$directory  : string
$extension  : string
$fileName  : string
$fileNameWithoutExtension  : string

Methods

__construct()  : mixed
生成。
__toString()  : string
toString()  : string

Properties

$fileNameWithoutExtension

public string $fileNameWithoutExtension

Methods

__construct()

生成。

public __construct(string $directory, string $fileName, string $fileNameWithoutExtension, string $extension) : mixed
Parameters
$directory : string

ディレクトリパス(終端 ディレクトリセパレータなし)。

$fileName : string

ファイル名。

$fileNameWithoutExtension : string

拡張子なしファイル名。

$extension : string

拡張子(.なし)。

__toString()

public __toString() : string
Return values
string

toString()

public toString() : string
Return values
string

        
On this page

Search results