PHP Manuál | ||
---|---|---|
Predchádzajúci | Kapitola 10. Operators | Nasledujúci |
PHP has a single type operator: instanceof. instanceof is used to determine whether a given object is of a specified object class.
instanceof was introduced in PHP 5.
Predchádzajúci | Domov | Nasledujúci |
Array Operators | Hore | Control Structures |