Télécharger pour Windows Premium
Publicité
instanceof

Traduction de "instanceof" en allemand

Nous n’avons pas trouvé cette entrée. Affichage de résultats approximatifs. Vérifiez l’orthographe ou proposez d’ajouter ce terme au dictionnaire.
instanceof
Likewise the keyword "instanceof" designates an operator.
Das Schlüsselwort "instanceof" bezeichnet zugleich auch einen Operator.
The instanceof operator tests whether an object has in its prototype chain the prototype property of a constructor.
Der instanceof Operator prüft, ob ein Objekt die prototype Eigenschaft einer Konstruktorfunktion in seiner Prototypenkette besitzt.
To fix these errors, you will either need to replace the instanceof operator with the typeof operator, or to make sure you use the function name, instead of the result of its evaluation.
Um diesen Fehler zu beheben, kann entweder der instanceof Operator durch einen typeof Operator ersetzt werden, oder man muss sicher stellen, dass ein Funktionsname statt einem Resultat seines Aufrufes benutzt werden.
Improves code analysis, added PHP up to 7.3 warnings: trailing commas, list ref assignment, instanceof with literal.
Verbessert die Code-Analyse und integriert Warnungen bis zur Version PHP 7.3-: Nachgestellte Kommata, Listenref-Zuweisung, Instanceof mit Literalen.
The instanceof operator was introduced in PHP 5.
Der instanceof Operator wurde in PHP 5 eingeführt.
Note that the value of an instanceof test can change based on changes to the prototype property of constructors, and it can also be changed by changing an object prototype using Object.setPrototypeOf.
Zu beachten ist, dass sich das Ergebnis des instanceof Tests ändern kann, wenn die prototype Eigenschaft eines Konstruktors geändert wird. Das Ergebnis ändert sich nicht wenn der Prototyp eines Objekts geändert wird, weil dieses laut dem ECMAScript-Standard nicht möglich ist.
You might want to define your own error types deriving from Error to be able to throw new MyError() and use instanceof MyError to check the kind of error in the exception handler.
Manchmal möchte man aber einen eigenen Error erstellen, der von Error abgeleitet ist, durch den Aufruf throw new CustomError() geworfen werden kann und durch instanceof CustomError abgefragt werden kann.
Function to test against Description The instanceof operator tests presence of constructor.prototype in object's prototype chain.
Der instanceof Operator prüft die Anwesenheit des constructor.prototype in der Prototypenkette eines Objekts.
For debugging purposes and selective error catching, it is useful to make reason an instanceof Error. Examples
Für Debugging zwecke, sowie gezielte Fehlerverarbeitung ist es empfehlenswert, als reason eine instanceof Error. zu verwenden. Beispiele
The instanceOf function is not currently documented in the XPRESS language chapter.
Die Funktion instanceOf ist gegenwärtig im Kapitel "XPRESS Language" nicht dokumentiert.
instanceof does not throw any error if the variable being tested is not an object, it simply returns FALSE.
instanceof löst keinen Fehler aus, wenn die getestete Variable kein Objekt ist; es gibt dann einfach FALSE zurück.
The parameter must be either an array or an instanceof Traversable.
Der Parameter muss entweder ein Array oder ein instanceof Traversable sein.
Example #3 Using instanceof to check if object is not an instanceof a class<? php
Beispiel #3 Verwendung von instanceof, um zu prüfen, ob ein Objekt kein Exemplar einer Klasse ist<? php
Aucun résultat pour cette recherche.

Synonymes et analogies de "instanceof" en anglais

Le mot et l’expression du jour
L’image du jour
nut: metal piece with threads for bolts
Découvrir le mot
Publicité

Suggestions qui contiennent instanceof

Résultats: 16. Exacts: 16. Temps écoulé: 50 ms.