update page now
PHP 8.4.22 Released!

pcntl_getcpu

(No version information available, might only be in Git)

pcntl_getcpuGet the CPU number on which the calling process last executed

Açıklama

function pcntl_getcpu(): int

pcntl_getcpu() returns the number of the CPU on which the calling process was last executed. This function uses the sched_getcpu(3) system call available on Linux.

Bağımsız Değişkenler

Bu işlevin bağımsız değişkeni yoktur.

Dönen Değerler

Returns the CPU number as an int.

Ayrıca Bakınız

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top