Spodkalem sie ostatnio z takim znakiem w php "===", czy moze mi ktos wytlumaczyc jakie jest jego dzialanie ?, podam przyklad w ktorym widzialem uzycie go
<?php function error() { if ($this->connection_recent === null) { $this->error = ''; } else { $this->error = $this->functions['error']($this->connection_recent); } return $this->error; } ?>