mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Changed wording
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@163293 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
a9ab1c9404
commit
06ef671d0a
1 changed files with 4 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.fileperms">
|
||||
<refnamediv>
|
||||
|
@ -18,7 +18,7 @@
|
|||
¬e.clearstatcache;
|
||||
&tip.fopen-wrapper.stat;
|
||||
<example>
|
||||
<title>Display as an octal value</title>
|
||||
<title>Display permissions as an octal value</title>
|
||||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
<?php
|
||||
|
@ -32,7 +32,7 @@ echo substr(sprintf('%o', fileperms('/etc/passwd')), -4);
|
|||
</programlisting>
|
||||
</example>
|
||||
<example>
|
||||
<title>Display permissions</title>
|
||||
<title>Display full permissions</title>
|
||||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
<?php
|
||||
|
@ -89,6 +89,7 @@ echo $info;
|
|||
?>
|
||||
]]>
|
||||
</programlisting>
|
||||
<para>This would prodcude the output:</para>
|
||||
<screen>
|
||||
<![CDATA[
|
||||
-r--r--r--
|
||||
|
|
Loading…
Reference in a new issue