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

zend_thread_id

Description

The zend_thread_id of Options / Information for PHP 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