GoLang EvStat::prev

request it (425)
GoLang replacement for PHP's EvStat::prev [edit | history]



Do you know a GoLang replacement for PHP's EvStat::prev? Write it!

PHP EvStat::prev

PHP original manual for EvStat::prev [ show | php.net ]

EvStat::prev

(PECL ev >= 0.2.0)

EvStat::prevReturns the previous set of values returned by EvStat::attr

Description

public void EvStat::prev ( void )

Just like EvStat::attr() , but returns the previous set of values.

Parameters

This function has no parameters.

Return Values

Returns an array with the same structure as the array returned by EvStat::attr() . The array contains previously detected values.

See Also