class Validation (View source)

Validation utilities for the Kickstarter.

Methods

static bool
isReservedKeyword(string $keyword)

Check the given keyword to be not one of the reserved words of PHP.

Details

static bool isReservedKeyword(string $keyword)

Check the given keyword to be not one of the reserved words of PHP.

Parameters

string $keyword

Return Value

bool

See also

http://www.php.net/manual/en/reserved.keywords.php