Selen

PathResult
in package

ファイルのパスの情報を保持するクラスです

Table of Contents

Properties

$dir  : string
$file  : string
$full  : string

Methods

__construct()  : mixed
新しいオブジェクトを作成します

Properties

$dir read-only

public string $dir

ファイルのベースディレクトリ

$file read-only

public string $file

ファイル名

$full read-only

public string $full

ファイルのフルパス

Methods

__construct()

新しいオブジェクトを作成します

public __construct(string $full, string $dir, string $file) : mixed
Parameters
$full : string

ファイルのフルパスを指定します

$dir : string

ファイルのベースディレクトリを指定します

$file : string

ファイル名を指定します


        
On this page

Search results