From 5762af16c5ed157e5764c6edc02b13e8e078742b Mon Sep 17 00:00:00 2001 From: Damien Seguy Date: Tue, 11 Feb 2003 03:04:15 +0000 Subject: [PATCH] Light reordering git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@115749 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/filesystem/functions/copy.xml | 6 +++--- reference/filesystem/functions/dirname.xml | 4 ++-- reference/filesystem/functions/fopen.xml | 4 ++-- reference/filesystem/functions/is-uploaded-file.xml | 4 ++-- reference/filesystem/functions/parse-ini-file.xml | 7 +++---- reference/filesystem/functions/set-file-buffer.xml | 4 ++-- 6 files changed, 14 insertions(+), 15 deletions(-) diff --git a/reference/filesystem/functions/copy.xml b/reference/filesystem/functions/copy.xml index ad3d0b762e..f67122c485 100644 --- a/reference/filesystem/functions/copy.xml +++ b/reference/filesystem/functions/copy.xml @@ -1,5 +1,5 @@ - + @@ -14,8 +14,8 @@ stringdest - Makes a copy of a file. Returns &true; if the copy succeeded, - &false; otherwise. + Makes a copy of the file source to + dest. &return.success; <function>copy</function> example diff --git a/reference/filesystem/functions/dirname.xml b/reference/filesystem/functions/dirname.xml index 87f9f67e53..b34c3e2118 100644 --- a/reference/filesystem/functions/dirname.xml +++ b/reference/filesystem/functions/dirname.xml @@ -1,5 +1,5 @@ - + @@ -47,7 +47,7 @@ $file = dirname ($path); // $file is set to "/etc" - See also: basename, pathinfo, + See also basename, pathinfo, and realpath. diff --git a/reference/filesystem/functions/fopen.xml b/reference/filesystem/functions/fopen.xml index 828637a73d..b2007b990e 100644 --- a/reference/filesystem/functions/fopen.xml +++ b/reference/filesystem/functions/fopen.xml @@ -1,5 +1,5 @@ - + @@ -31,7 +31,7 @@ a local file, then it will try to open a stream on that file. The file must be accessible to PHP, so you need to ensure that the file access permissions allow this access. - If you have enabled safe_mode, + If you have enabled &safemode;, or open_basedir further restrictions may apply. diff --git a/reference/filesystem/functions/is-uploaded-file.xml b/reference/filesystem/functions/is-uploaded-file.xml index 10c49f4307..02ffb59ed0 100644 --- a/reference/filesystem/functions/is-uploaded-file.xml +++ b/reference/filesystem/functions/is-uploaded-file.xml @@ -1,5 +1,5 @@ - + @@ -13,7 +13,7 @@ stringfilename - Returns &true; if the file named by filename was + Returns &true; if the file named by filename was uploaded via HTTP POST. This is useful to help ensure that a malicious user hasn't tried to trick the script into working on files upon which it should not be working--for instance, diff --git a/reference/filesystem/functions/parse-ini-file.xml b/reference/filesystem/functions/parse-ini-file.xml index 26ef66ed02..a617c8a578 100644 --- a/reference/filesystem/functions/parse-ini-file.xml +++ b/reference/filesystem/functions/parse-ini-file.xml @@ -1,5 +1,5 @@ - + @@ -38,9 +38,8 @@ - Since PHP 4.2.1 this function is also affected by safe_mode and open_basedir. + Since PHP 4.2.1 this function is also affected by &safemode; + and open_basedir. diff --git a/reference/filesystem/functions/set-file-buffer.xml b/reference/filesystem/functions/set-file-buffer.xml index 1ca09e97a3..383ab626fc 100644 --- a/reference/filesystem/functions/set-file-buffer.xml +++ b/reference/filesystem/functions/set-file-buffer.xml @@ -1,5 +1,5 @@ - + @@ -9,7 +9,7 @@ Description - This function is an alias of + This function is an &alias; of stream_set_write_buffer.