1
0
mirror of https://github.com/php/doc-ja.git synced 2026-03-23 22:52:11 +01:00

[PHP 8.4] add constant posix_sysconf documentation

ccebf5c8b5
This commit is contained in:
Yoshinari Takaoka
2025-08-22 19:32:45 +09:00
parent 136f102c2b
commit ba2c9896e0

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 8be9b8552781904c69295482f216ec7e053cc16d Maintainer: mumumu Status: ready -->
<!-- EN-Revision: ccebf5c8b550b9da4a538473ebdb925a1534abf9 Maintainer: mumumu Status: ready -->
<refentry xml:id="function.posix-sysconf" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>posix_sysconf</refname>
@@ -27,8 +27,9 @@
<listitem>
<para>
値の識別子を、以下の定数で指定します。
<constant>POSIX_SC_ARG_MAX</constant>, <constant>POSIX_SC_PAGESIZE</constant>
<constant>POSIX_SC_NPROCESSORS_CONF</constant>, <constant>POSIX_SC_NPROCESSORS_ONLN</constant>
<constant>POSIX_SC_ARG_MAX</constant>, <constant>POSIX_SC_PAGESIZE</constant>,
<constant>POSIX_SC_NPROCESSORS_CONF</constant>, <constant>POSIX_SC_NPROCESSORS_ONLN</constant>,
<constant>POSIX_SC_CHILD_MAX</constant>, <constant>POSIX_SC_CLK_TCK</constant>
</para>
</listitem>
</varlistentry>