PHP-manual | ||
---|---|---|
Föregående | Kapitel 10. Operators | Nästa |
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.
Föregående | Hem | Nästa |
Array Operators | Upp | Control Structures |