REFPURPOSE on the same line like on other files and removing some periods

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@75146 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Simone Cortesi 2002-03-25 13:06:07 +00:00
parent e405264ba5
commit 19f61d1cf8

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.131 $ -->
<!-- $Revision: 1.132 $ -->
<reference id="ref.filesystem">
<title>Filesystem functions</title>
<titleabbrev>Filesystem</titleabbrev>
@ -14,9 +14,7 @@
<refentry id="function.basename">
<refnamediv>
<refname>basename</refname>
<refpurpose>
Returns filename component of path
</refpurpose>
<refpurpose>Returns filename component of path</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
@ -511,9 +509,7 @@ $df = disk_total_space("/"); // $df contains the total number of
<refentry id="function.fgetcsv">
<refnamediv>
<refname>fgetcsv</refname>
<refpurpose>
Gets line from file pointer and parse for CSV fields
</refpurpose>
<refpurpose>Gets line from file pointer and parse for CSV fields</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
@ -642,9 +638,7 @@ fclose ($fd);
<refentry id="function.fgetss">
<refnamediv>
<refname>fgetss</refname>
<refpurpose>
Gets line from file pointer and strip HTML tags
</refpurpose>
<refpurpose>Gets line from file pointer and strip HTML tags</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
@ -1358,9 +1352,7 @@ $fp = fopen ("c:\\data\\info.txt", "r");
<refentry id="function.fpassthru">
<refnamediv>
<refname>fpassthru</refname>
<refpurpose>
Output all remaining data on a file pointer
</refpurpose>
<refpurpose>Output all remaining data on a file pointer</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
@ -1605,9 +1597,7 @@ luigi florist it
<refentry id="function.fstat">
<refnamediv>
<refname>fstat</refname>
<refpurpose>
Gets information about a file using an open file pointer
</refpurpose>
<refpurpose>Gets information about a file using an open file pointer</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
@ -1680,9 +1670,7 @@ luigi florist it
<refentry id="function.ftruncate">
<refnamediv>
<refname>ftruncate</refname>
<refpurpose>
Truncates a file to a given length.
</refpurpose>
<refpurpose>Truncates a file to a given length</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
@ -1692,8 +1680,9 @@ luigi florist it
<methodparam><type>int</type><parameter>size</parameter></methodparam>
</methodsynopsis>
<para>
Takes the filepointer, fp, and truncates the file to length, size.
This function returns &true; on success and &false; on failure.
Takes the filepointer, <parameter>fp</parameter>, and truncates the file to
length, <parameter>size</parameter>. This function returns &true; on
success and &false; on failure.
</para>
</refsect1>
</refentry>
@ -1751,9 +1740,7 @@ luigi florist it
<refentry id="function.set-file-buffer">
<refnamediv>
<refname>set_file_buffer</refname>
<refpurpose>
Sets file buffering on the given file pointer
</refpurpose>
<refpurpose>Sets file buffering on the given file pointer</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
@ -1865,9 +1852,7 @@ if($fp){
<refentry id="function.is-file">
<refnamediv>
<refname>is_file</refname>
<refpurpose>
Tells whether the filename is a regular file
</refpurpose>
<refpurpose>Tells whether the filename is a regular file</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
@ -1892,9 +1877,7 @@ if($fp){
<refentry id="function.is-link">
<refnamediv>
<refname>is_link</refname>
<refpurpose>
Tells whether the filename is a symbolic link
</refpurpose>
<refpurpose>Tells whether the filename is a symbolic link</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
@ -1925,9 +1908,7 @@ if($fp){
<refentry id="function.is-readable">
<refnamediv>
<refname>is_readable</refname>
<refpurpose>
Tells whether the filename is readable
</refpurpose>
<refpurpose>Tells whether the filename is readable</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
@ -2014,7 +1995,7 @@ if($fp){
<refentry id="function.is-uploaded-file">
<refnamediv>
<refname>is_uploaded_file</refname>
<refpurpose>Tells whether the file was uploaded via HTTP POST.</refpurpose>
<refpurpose>Tells whether the file was uploaded via HTTP POST</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
@ -2173,7 +2154,7 @@ mkdir ("/path/to/my/dir", 0700);
<refentry id="function.move-uploaded-file">
<refnamediv>
<refname>move_uploaded_file</refname>
<refpurpose>Moves an uploaded file to a new location.</refpurpose>
<refpurpose>Moves an uploaded file to a new location</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
@ -2699,9 +2680,7 @@ pclose($fp);
<refentry id="function.lstat">
<refnamediv>
<refname>lstat</refname>
<refpurpose>
Gives information about a file or symbolic link
</refpurpose>
<refpurpose>Gives information about a file or symbolic link</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>