posix_sysconf
(PHP 8 >= 8.3.0)
posix_sysconf — システムの実行時情報を返す
パラメータ
conf_id
-
値の識別子を、以下の定数で指定します。
POSIX_SC_ARG_MAX
,POSIX_SC_PAGESIZE
POSIX_SC_NPROCESSORS_CONF
,POSIX_SC_NPROCESSORS_ONLN
戻り値
conf_id
に関連する数値の値を返します。
例
例1 posix_sysconf() の例
アクティブなCPUの数を返します。
<?php
echo posix_sysconf(POSIX_SC_NPROCESSORS_ONLN);
?>
上の例の出力は以下となります。
2
+add a note
User Contributed Notes
There are no user contributed notes for this page.
↑ and ↓ to navigate •
Enter to select •
Esc to close
Press Enter without
selection to search using Google