mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
5748a4eb77
commit
35de7a1e37
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue