mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
php.ini entity and comma
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@96740 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
7d8f4d9108
commit
f6777cea25
1 changed files with 3 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.19 $ -->
|
||||
<!-- $Revision: 1.20 $ -->
|
||||
<chapter id="features.remote-files">
|
||||
<title>Using remote files</title>
|
||||
|
||||
<para>
|
||||
As long as <parameter>allow_url_fopen</parameter> is enabled in
|
||||
php.ini, you can use HTTP and FTP URLs with most of the functions
|
||||
&php.ini;, you can use HTTP and FTP URLs with most of the functions
|
||||
that take a filename as a parameter. In addition, URLs can be
|
||||
used with the <function>include</function>,
|
||||
<function>include_once</function>, <function>require</function> and
|
||||
|
@ -24,7 +24,7 @@
|
|||
The Windows version of <literal>PHP</literal> currently does not support
|
||||
remote file accessing for the following functions:
|
||||
<function>include</function>, <function>include_once</function>,
|
||||
<function>require</function> and <function>require_once</function>.
|
||||
<function>require</function>, and <function>require_once</function>.
|
||||
</para>
|
||||
</note>
|
||||
</para>
|
||||
|
|
Loading…
Reference in a new issue