mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Make a note that !== did not exist until 4.0.0-RC2
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@33452 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
59b6243638
commit
b15d477dc8
1 changed files with 1 additions and 0 deletions
|
@ -141,6 +141,7 @@ $d->close();
|
|||
<example>
|
||||
<title>List all files in the current directory</title>
|
||||
<programlisting role="php">
|
||||
// Note that !== did not exist until 4.0.0-RC2
|
||||
<?php
|
||||
$handle=opendir('.');
|
||||
echo "Directory handle: $handle\n";
|
||||
|
|
Loading…
Reference in a new issue