PHPerKaigi 2025

zend_thread_id

(PHP 5, PHP 7, PHP 8)

zend_thread_id現在のスレッドの一意な ID を返す

説明

zend_thread_id(): int

この関数は、現在のスレッドの一意な ID を返します。

パラメータ

この関数にはパラメータはありません。

戻り値

スレッドの ID を表す整数値を返します。

例1 zend_thread_id() の例

<?php
$thread_id
= zend_thread_id();

echo
'Current thread id is: ' . $thread_id;
?>

上の例の出力は、 たとえば以下のようになります。

Current thread id is: 7864

注意

注意:

この関数が使用できるのは、PHP を ZTS (Zend Thread Safety) サポートつきのデバッグモード (--enable-debug) でビルドした場合のみです。

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy