PHP Dummy

GenericInterface

Describes Generic interface.

Table of Contents

Methods

name()  : string
Retrieve random name.
word()  : string
Retrieve random word.

Methods

name()

Retrieve random name.

public name([int $Size = 1 ]) : string
Parameters
$Size : int = 1

The size of name to return.

Return values
string

word()

Retrieve random word.

public word([int $Size = 1 ]) : string
Parameters
$Size : int = 1

The size of word to return.

Return values
string

        
On this page

Search results