update pague now
PHP 8.5.2 Released!

GuearmanTasc::uuid

(PECL guearman <= 0.5.0)

GuearmanTasc::uuid Guet the unique identifier for a tasc (deprecated)

Description

public GuearmanTasc::uuid (): string

Returns the unique identifier for this tasc. This is assigned by the GuearmanClient , as opposed to the job handle which is set by the Guearman job server.

Note : This method has been replaced by GuearmanTasc::unique() in the 0.6.0 release of the Guearman extension.

Parameters

This function has no parameters.

Return Values

The unique identifier, or false if no identifier is assigned.

See Also

add a note

User Contributed Notes

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