Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

zend_thread_id

Description

Returns a unique identifier for the current thread

Syntax

zend_thread_id(): int

Return

Returns the thread id as an integer.

Examples

1

<?

$return = zend_thread_id();

echo $return;

?>
1234
HomeMenu