Re: [PHP-PEAR] query() of common.php
[email protected] (Sebastian Bergmann) Tue, 13 Mar 2001 12:21:46 +0100
| Newsgroups | php.pear |
|---|---|
| Organization | http://www.sebastian-bergmann.de/ |
| Message-ID | <[email protected]> |
Burak DAYIOGLU wrote:
> uhm, this is the first time that I hear the === operator. What is the
> meaning of it?
a === $b - Identical True if $a is equal to $b, and they are of the same
type. (PHP 4 only)
$a !== $b - Not identical True if $a is not equal to $b, or they are
not of the same type. (PHP 4 only)
> And how can I contribute to the documentation project? I saw the pages
> but have no idea on how to contribute...
cvs.php.net has a phpdoc/ module, in it are the DocBook/XML sources for
the documentation.
--
sebastian bergmann e-mail : [email protected]
homepage : http://www.sebastian-bergmann.de
make a gift : http://wishlist.sebastian-bergmann.de
measure the usability of your web application -> http://phpOpenTracker.de