SeasLog::setRequestID
(PECL seaslog >=1.0.0)
SeasLog::setRequestID — Set SeasLog request_id differentiated requests
Beschreibung
$request_id
): boolTo 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.
Parameter-Liste
-
request_id
-
String.
Rückgabewerte
Return TRUE on set request_id success, FALSE on failure.
Beispiele
Beispiel #1 SeasLog::setRequestID() example
<?php
var_dump(SeasLog::setRequestID(time() . rand()));
?>
Das oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie:
bool(true)
Siehe auch
- SeasLog::getRequestID() - Get SeasLog request_id differentiated requests