Posted by Kim Andrι Akerψ on 06/19/06 17:07
Sonnich wrote:
> Hi all!
>
> I know != and == from C, but in PHP..... this is onve of many things,
> whuch one cannot lookup on php.net :-)
http://php.net/language.operators.comparison
$a === $b
Identical
TRUE if $a is equal to $b, and they are of the same type.
(introduced in PHP 4)
--
Kim AndrΓ© AkerΓΈ
- kimandre@NOSPAMbetadome.com
(remove NOSPAM to contact me directly)
Navigation:
[Reply to this message]
|