PHP Class PiPHP\GPIO\FileSystem\FileSystem

Inheritance: implements PiPHP\GPIO\FileSystem\FileSystemInterface
Show file Open project: piphp/gpio

Public Methods

Method Description
getContents ( $path )
open ( $path, $mode )
putContents ( $path, $buffer )

Private Methods

Method Description
exceptionIfFalse ( $result )

Method Details

getContents() public method

public getContents ( $path )

open() public method

public open ( $path, $mode )

putContents() public method

public putContents ( $path, $buffer )