|
SeasLog::setRequestIDSet SeasLog request_id differentiated requests Description
public static bool SeasLog::setRequestID(string
$request_id )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. Parameters
Return ValuesReturn TRUE on set request_id success, FALSE on failure. ExamplesExample #1 SeasLog::setRequestID example
The above example will output something similar to: bool(true) See Also
|