Added missing closing bracket.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@60196 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Slawomir Pucia 2001-10-18 22:23:56 +00:00
parent be6e071b34
commit 3564a46600

View file

@ -1,5 +1,5 @@
<?xml encoding="iso-8859-1"?>
<!-- $Revision: 1.10 $ -->
<!-- $Revision: 1.11 $ -->
<chapter id="features.remote-files">
<title>Using remote files</title>
@ -8,7 +8,7 @@
you configure PHP (which it is unless you explicitly pass the
<option>--disable-url-fopen-wrapper</option> flag to configure (for versions
up to 4.0.3) or set <parameter>allow_url_fopen</parameter> to off in php.ini
(for newer versions),
(for newer versions)),
you can use HTTP and FTP URLs with most functions that take a
filename as a parameter, including the <function>require</function>
and <function>include</function> statements.