mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Added cross-link to chmod()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@267390 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
07f20c626a
commit
e4f61b566b
2 changed files with 5 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.16 $ -->
|
||||
<!-- $Revision: 1.17 $ -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.chmod">
|
||||
<refnamediv>
|
||||
<refname>chmod</refname>
|
||||
|
@ -124,6 +124,8 @@ chmod("/somedir/somefile", 0750);
|
|||
<simplelist>
|
||||
<member><function>chown</function></member>
|
||||
<member><function>chgrp</function></member>
|
||||
<member><function>fileperms</function></member>
|
||||
<member><function>stat</function></member>
|
||||
</simplelist>
|
||||
</para>
|
||||
</refsect1>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.13 $ -->
|
||||
<!-- $Revision: 1.14 $ -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.fileperms">
|
||||
<refnamediv>
|
||||
<refname>fileperms</refname>
|
||||
|
@ -139,6 +139,7 @@ echo $info;
|
|||
&reftitle.seealso;
|
||||
<para>
|
||||
<simplelist>
|
||||
<member><function>chmod</function></member>
|
||||
<member><function>is_readable</function></member>
|
||||
<member><function>stat</function></member>
|
||||
</simplelist>
|
||||
|
|
Loading…
Reference in a new issue