mirror of
https://github.com/php/doc-ja.git
synced 2026-03-23 22:52:11 +01:00
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user