SeasLog::getRequestID
Почист и полокален преглед на PHP референцата, со задржана структура од PHP.net и подобра читливост за примери, секции и белешки.
SeasLog::getRequestID
Референца за `seaslog.getrequestid.php` со подобрена типографија и навигација.
SeasLog::getRequestID
(PECL seaslog >=1.0.0)
SeasLog::getRequestID — Get SeasLog request_id differentiated requests
= NULL
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.
Параметри
Оваа функција нема параметри.
Вратени вредности
Return string generated by the built-in `static char *get_uniqid ()` function, or setted by SeasLog::setRequestId() function.
Примери
Пример #1 SeasLog::getRequestID() example
<?php
var_dump(SeasLog::getRequestID());
var_dump(SeasLog::setRequestID('reqeust_id_test_'.time()));
var_dump(SeasLog::getRequestID());
?>Горниот пример ќе прикаже нешто слично на:
string(13) "5b3f21a209519" bool(true) string(26) "reqeust_id_test_1530864034"
Види Исто така
- SeasLog::setRequestID() - Постави го SeasLog request_id за разликување на барањата
- The Variable `%Q` in , тоа ќе значи, стилот на дневникот е прилагоден како:.