![]() |
is_object |
|
|
|
| int is_object(mixed var) |
|
|
|
PHP 3, PHP 4 >= 4.0b1 |
|
|
|
Die Funktion is_object() überprüft, ob eine Variable (var)
vom Typ Object ist. Siehe auch: |
|
|
<?PHP |
|
|
|
$a ist kein object |
|
| |
| weiter: |
|
| zurück: |
|