PHP Class Demo\Example\FunctionDemo

Datei anzeigen Open project: goaop/framework Class Usage Examples

Public Methods

Method Description
testArrayFunctions ( array $data = [] ) : array | mixed Some array transformer
testFileContent ( ) Outputs a file content

Method Details

testArrayFunctions() public method

Some array transformer
public testArrayFunctions ( array $data = [] ) : array | mixed
$data array Incoming array
return array | mixed Outcoming array

testFileContent() public method

Outputs a file content
public testFileContent ( )