cvs: phpdoc-hu /reference/filesystem/functions chgrp.xml chown.xml
[email protected] ("Lajos Cseppent?")
| Newsgroups | php.doc.hu |
|---|---|
| Message-ID | <cvschappy1170162748@cvsserver> |
chappy Tue Jan 30 13:12:28 2007 UTC
Added files:
/phpdoc-hu/reference/filesystem/functions chgrp.xml chown.xml
Log:
sync
http://cvs.php.net/viewvc.cgi/phpdoc-hu/reference/filesystem/functions/chgrp.xml?view=markup&rev=1.1
Index: phpdoc-hu/reference/filesystem/functions/chgrp.xml
+++ phpdoc-hu/reference/filesystem/functions/chgrp.xml
<?xml version="1.0" encoding="iso-8859-2"?>
<!-- EN-Revision: 1.6 Maintainer: chappy Status: ready -->
<!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 -->
<refentry id="function.chgrp">
<refnamediv>
<refname>chgrp</refname>
<refpurpose>Megváltoztatja egy fájl csoportját</refpurpose>
</refnamediv>
<refsect1>
<title>Leírás</title>
<methodsynopsis>
<type>bool</type><methodname>chgrp</methodname>
<methodparam><type>string</type><parameter>filename</parameter></methodparam>
<methodparam><type>mixed</type><parameter>group</parameter></methodparam>
</methodsynopsis>
<para>
Megpróbálja megváltoztatni a <parameter>filename</parameter> paraméterben megadott fájl csoportját a
<parameter>group</parameter> paraméterben megadottra (név vagy szám szerint megadva). Csak a
superuser változtathatja önkényesen meg a fájl csoportját; a többi felhasználó csak azoknak a
fájloknak változtathatja meg a csoportját, amelyek csoportjának a felhasználó tagja.
</para>
<para>
&return.success;
</para>
¬e.no-remote;
¬e.sm.uidcheck;
<para>
Lásd még: <function>chown</function> és
<function>chmod</function>.
</para>
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->
http://cvs.php.net/viewvc.cgi/phpdoc-hu/reference/filesystem/functions/chown.xml?view=markup&rev=1.1
Index: phpdoc-hu/reference/filesystem/functions/chown.xml
+++ phpdoc-hu/reference/filesystem/functions/chown.xml
<?xml version="1.0" encoding="iso-8859-2"?>
<!-- EN-Revision: 1.7 Maintainer: chappy Status: ready -->
<!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 -->
<refentry id="function.chown">
<refnamediv>
<refname>chown</refname>
<refpurpose>Megváltoztatja egy fájl tulajdonosát</refpurpose>
</refnamediv>
<refsect1>
<title>Leírás</title>
<methodsynopsis>
<type>bool</type><methodname>chown</methodname>
<methodparam><type>string</type><parameter>filename</parameter></methodparam>
<methodparam><type>mixed</type><parameter>user</parameter></methodparam>
</methodsynopsis>
<para>
Megpróbálja megváltoztatni a <parameter>filename</parameter> paraméterben megadott fájl tulajdonosát a
<parameter>user</parameter> pareméterben megadottra (név vagy szám szerint megadva). Csak
a superuser változtathatja meg a fájl tulajdonosát.
</para>
<para>
&return.success;
</para>
¬e.no-remote;
¬e.sm.uidcheck;
<para>
Lásd még: <function>chmod</function>.
</para>
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->