SeasLog::setRequestID

(PECL seaslog >=1.0.0)

SeasLog::setRequestIDSet SeasLog request_id differentiated requests

Descrierea

public static SeasLog::setRequestID ( string $request_id ) : bool

To distinguish a single request, such as not invoking the SeasLog::setRequestId() function, the unique value generated by the built-in `static char *get_uniqid ()` function is used when the request is initialized.

Parametri

request_id

String.

Valorile întoarse

Return TRUE on set request_id success, FALSE on failure.

Exemple

Example #1 SeasLog::setRequestID() example

<?php

var_dump
(SeasLog::setRequestID(time() . rand()));

?>

Exemplul de mai sus va afișa ceva similar cu:

bool(true)

A se vedea și