SeasLog::setRequestID
(PECL seaslog >=1.0.0)
SeasLog::setRequestID — Set SeasLog request_id differentiated requests
説明
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.
パラメータ
request_id
-
String.
戻り値
Return TRUE on set request_id success, FALSE on failure.
例
例1 SeasLog::setRequestID() example
<?php
var_dump(SeasLog::setRequestID(time() . rand()));
?>
上の例の出力は、 たとえば以下のようになります。
bool(true)
参考
- SeasLog::getRequestID() - Get SeasLog request_id differentiated requests
+add a note
User Contributed Notes
There are no user contributed notes for this page.
↑ and ↓ to navigate •
Enter to select •
Esc to close
Press Enter without
selection to search using Google