PHP 7.0.6 Released

GearmanWorker::getErrno

(PECL gearman >= 0.5.0)

GearmanWorker::getErrnoGet errno

Description

public int GearmanWorker::getErrno ( void )

Returns the value of errno in the case of a GEARMAN_ERRNO return value.

Parameters

This function has no parameters.

Return Values

A valid errno.

See Also

User Contributed Notes

There are no user contributed notes for this page.
To Top