mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Light reordering
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@115749 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
25918a4c60
commit
5762af16c5
6 changed files with 14 additions and 15 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.copy">
|
||||
<refnamediv>
|
||||
|
@ -14,8 +14,8 @@
|
|||
<methodparam><type>string</type><parameter>dest</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Makes a copy of a file. Returns &true; if the copy succeeded,
|
||||
&false; otherwise.
|
||||
Makes a copy of the file <parameter>source</parameter> to
|
||||
<parameter>dest</parameter>. &return.success;
|
||||
<example>
|
||||
<title><function>copy</function> example</title>
|
||||
<programlisting role="php">
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.dirname">
|
||||
<refnamediv>
|
||||
|
@ -47,7 +47,7 @@ $file = dirname ($path); // $file is set to "/etc"
|
|||
</para>
|
||||
</note>
|
||||
<para>
|
||||
See also: <function>basename</function>, <function>pathinfo</function>,
|
||||
See also <function>basename</function>, <function>pathinfo</function>,
|
||||
and <function>realpath</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<!-- $Revision: 1.9 $ -->
|
||||
<!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.fopen">
|
||||
<refnamediv>
|
||||
|
@ -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 <link linkend="ini.safe-mode">safe_mode</link>,
|
||||
If you have enabled &safemode;,
|
||||
or <link linkend="ini.open-basedir">open_basedir</link> further
|
||||
restrictions may apply.
|
||||
</simpara>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.39 -->
|
||||
<refentry id="function.is-uploaded-file">
|
||||
<refnamediv>
|
||||
|
@ -13,7 +13,7 @@
|
|||
<methodparam><type>string</type><parameter>filename</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Returns &true; if the file named by <varname>filename</varname> was
|
||||
Returns &true; if the file named by <parameter>filename</parameter> 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,
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.10 $ -->
|
||||
<!-- $Revision: 1.11 $ -->
|
||||
<!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.87 -->
|
||||
<refentry id="function.parse-ini-file">
|
||||
<refnamediv>
|
||||
|
@ -38,9 +38,8 @@
|
|||
</note>
|
||||
<note>
|
||||
<simpara>
|
||||
Since PHP 4.2.1 this function is also affected by <link
|
||||
linkend="ini.safe-mode">safe_mode</link> and <link
|
||||
linkend="ini.open-basedir">open_basedir</link>.
|
||||
Since PHP 4.2.1 this function is also affected by &safemode;
|
||||
and <link linkend="ini.open-basedir">open_basedir</link>.
|
||||
</simpara>
|
||||
</note>
|
||||
<para>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.set-file-buffer">
|
||||
<refnamediv>
|
||||
|
@ -9,7 +9,7 @@
|
|||
<refsect1>
|
||||
<title>Description</title>
|
||||
<simpara>
|
||||
This function is an alias of
|
||||
This function is an &alias; of
|
||||
<function>stream_set_write_buffer</function>.
|
||||
</simpara>
|
||||
</refsect1>
|
||||
|
|
Loading…
Reference in a new issue