mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
make it more clean that the example will not work after version 4.0.2
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@72589 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
5e507753ef
commit
df0bf5e5c7
1 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.127 $ -->
|
||||
<!-- $Revision: 1.128 $ -->
|
||||
<reference id="ref.filesystem">
|
||||
<title>Filesystem functions</title>
|
||||
<titleabbrev>Filesystem</titleabbrev>
|
||||
|
@ -1971,9 +1971,9 @@ if($fp){
|
|||
use the following function to help protect yourself:
|
||||
<note>
|
||||
<para>
|
||||
This will <emphasis>not</emphasis> work in versions of PHP 4
|
||||
after 4.0.2. It depends on internal functionality of PHP which
|
||||
changed after that version.
|
||||
The following example will <emphasis>not</emphasis> work in
|
||||
versions of PHP 4 after 4.0.2. It depends on internal
|
||||
functionality of PHP which changed after that version.
|
||||
</para>
|
||||
</note>
|
||||
<programlisting role="php">
|
||||
|
|
Loading…
Reference in a new issue