svn: /phpdoc/ja/trunk/reference/filesystem/functions/ chgrp.xml chown.xml
[email protected] (Yoshinari Takaoka)
| Newsgroups | php.doc.ja |
|---|---|
| Message-ID | <[email protected]> |
mumumu Fri, 06 Mar 2020 02:07:01 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=349328
Log:
Document that chown() and chgrp() are basically unsupported on Windows
This integrates user note 124790 and 124791.
Changed paths:
U phpdoc/ja/trunk/reference/filesystem/functions/chgrp.xml
U phpdoc/ja/trunk/reference/filesystem/functions/chown.xml
Modified: phpdoc/ja/trunk/reference/filesystem/functions/chgrp.xml
===================================================================
--- phpdoc/ja/trunk/reference/filesystem/functions/chgrp.xml 2020-03-06 02:02:13 UTC (rev 349327)
+++ phpdoc/ja/trunk/reference/filesystem/functions/chgrp.xml 2020-03-06 02:07:01 UTC (rev 349328)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 308663 Maintainer: hirokawa Status: ready -->
+<!-- EN-Revision: 349320 Maintainer: hirokawa Status: ready -->
+<!-- Credits: mumumu -->
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.chgrp">
<refnamediv>
<refname>chgrp</refname>
@@ -81,6 +82,11 @@
&reftitle.notes;
¬e.no-remote;
¬e.sm.uidcheck;
+ <note>
+ <simpara>
+ Windows で通常ファイルに対してこの関数を実行すると、静かに失敗します。
+ </simpara>
+ </note>
</refsect1>
<refsect1 role="seealso">
Modified: phpdoc/ja/trunk/reference/filesystem/functions/chown.xml
===================================================================
--- phpdoc/ja/trunk/reference/filesystem/functions/chown.xml 2020-03-06 02:02:13 UTC (rev 349327)
+++ phpdoc/ja/trunk/reference/filesystem/functions/chown.xml 2020-03-06 02:07:01 UTC (rev 349328)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 336238 Maintainer: hirokawa Status: ready -->
+<!-- EN-Revision: 349320 Maintainer: hirokawa Status: ready -->
+<!-- Credits: mumumu -->
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.chown">
<refnamediv>
<refname>chown</refname>
@@ -99,6 +100,11 @@
&reftitle.notes;
¬e.no-remote;
¬e.sm.uidcheck;
+ <note>
+ <simpara>
+ Windows で通常ファイルに対してこの関数を実行すると、静かに失敗します。
+ </simpara>
+ </note>
</refsect1>
<refsect1 role="seealso">