Changed wording

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@163293 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Aidan Lister 2004-07-14 10:49:41 +00:00
parent a9ab1c9404
commit 06ef671d0a

View file

@ -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 @@
&note.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--