Added note.no-remote (for functions that only work on local files)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@117357 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Philip Olson 2003-02-20 17:07:22 +00:00
parent 5748a4eb77
commit 35de7a1e37

View file

@ -17,11 +17,15 @@ currently not documented; only the argument list is
available.</simpara></warning>'>
<!ENTITY warn.no-win32-fopen-wrapper '<warning><para>Windows
versions of <literal>PHP</literal> prior to PHP 4.3 do not
versions of <literal>PHP</literal> prior to PHP 4.3.0 do not
support accessing remote files via this function, even if
<link linkend="ini.allow-url-fopen">allow_url_fopen</link> is enabled.
</para></warning>'>
<!ENTITY note.no-remote '<note><simpara>This function will not work on
<link linkend="features.remote-files">remote files</link> as the file to
be examined must be accessible via the servers filesystem.</simpara></note>'>
<!ENTITY tip.ob-capture '<tip><simpara>As with anything that outputs
its result directly to the browser, you can use the <link
linkend="ref.outcontrol">output-control functions</link> to capture