Documentation

paths
in package

Module data path handler

Tags
author

Stefan Seehafer sea75300@yahoo.de

copyright

(c) 2022, Stefan Seehafer

license

http://www.gnu.org/licenses/gpl.txt GPLv3

since
5.0.0-b1

Table of Contents

$basePath  : string
__construct()  : mixed
Constructor
deleteFile()  : mixed
readFile()  : mixed
writeFile()  : mixed

Properties

$basePath

private string $basePath

Methods

__construct()

Constructor

public final __construct(string $basePath) : mixed
Parameters
$basePath : string
Return values
mixed

deleteFile()

public final deleteFile(string $filename) : mixed
Parameters
$filename : string
Return values
mixed

readFile()

public final readFile(string $filename) : mixed
Parameters
$filename : string
Return values
mixed

writeFile()

public final writeFile(string $filename, mixed $data[, mixed $mode = FILE_APPEND ]) : mixed
Parameters
$filename : string
$data : mixed
$mode : mixed = FILE_APPEND
Return values
mixed

Search results