Auf Systemen wo der integer-Typ 32 bit groß ist, resultiert die Umwandlung üblicherweise im selben Byte-Muster wie wenn der integer vorzeichenlos wäre (allerdings ist das auf implementierungsspezifische Konvertierungen von vorzeichenlosen in vorzeichenbehaftete Zahlen gemäß dem C-Standard angewiesen).
In systems where the integer type has a 32-bit size, the cast usually results in the same byte pattern as if the integer were unsigned (although this relies on implementation-defined unsigned to signed conversions, as per the C standard).
Da der integer-Typ von PHP vorzeichenbehaftet ist und viele IP-Adressen auf 32-bit Architekturen in einen negativen Integerwert aufgelöst werden, sollten Sie dort die Formatierungsangabe"%u" für sprintf() und printf() verwenden, um eine Stringrepräsentation der vorzeichenlosen IP-Adresse zu erhalten.
Because PHP's integer type is signed, and many IP addresses will result in negative integers on 32-bit architectures, you need to use the"%u" formatter of sprintf() or printf() to get the string representation of the unsigned IP address.
Der Integer-Typ sollte ihre erste Wahl sein, wenn Integer-Zahlen verwendet werden.
The Integer type should be your first choice when handling integer numbers.
Autres résultats
Zur Vermeidung eines Überlaufs, der undefinierte Ergebnisse produzieren wird, sollte eine Anwendung vor der Zuweisung an einen Integer-Typ eine Bereichsprüfung des zurückgegebenen Werts durchführen.
To avoid an overflow, which will produce undefined results, an application should perform a range check on the returned value before assigning it to an integer type.
Die Funktion kann nun auch Werte umwandeln, die zu groß für den integer Typ der jeweiligen Plattform sind, das Ergebnis wird dann als float zurückgegeben.
The function can now convert values that are too big for the platforms integer type, it will return the value as float instead in that case.
Der größte verfügbare Integer-Typ in Dialekt 1 ist der 32bit-Integer.
The biggest integer type in dialect 1 is the 32-bit INTEGER.
Wie bei grok wird auch hier bei der Umwandlung eines Dezimalwerts zum integer-Typ der Dezimalteil abgeschnitten und nur die Ganzzahl bleibt übrig.
As with grok, converting a value with a decimal to type integer will truncate the decimal portion, leaving only the whole number.
Das ist der selbe Integer-Typ-Fehler, der kürzlich für OpenSSH in DSA-027-1 behoben wurde.
Der Typ short Integer kann in Portrait Miner eingeschränkt verwendet werden und sollte nur, wenn unbedingt erforderlich, verwendet werden.
The smallinteger type has limited applicability within Portrait Miner, and should only be used where absolutely necessary.
Wenn Sie Min(10, 20) aufrufen, so kann der Compiler leicht feststellen, dass Sie die erste Funktion der Gruppe aufrufen, damit wird der Rückgabewert vom Typ Integer sein.
Consider this series of functions extracted from the Math unit of easily determines that you're calling the first function of the group, so the return value will be an Integer.
Erzeugt einen TypeError, wenn typedArray nicht von einem erlaubten Integer Typ ist.
Throws a TypeError, if typedArray is not one of the allowed integer types.
Wenn diese Floats als Integer gepackt werden, werden sie zuerst in den Integer-Typ gewandelt.
When packing these floats as integers, they are first cast into the integer type.
Contenu potentiellement sensible ou inapproprié
Les exemples vous aident à traduire le mot ou l’expression cherchés dans des contextes variés. Ils ne sont ni sélectionnés ni validés par nous et peuvent contenir des mots ou des idées inappropriés. Signalez des exemples à modifier ou à retirer. Les traductions potentiellement sensibles, inappropriées ou familières sont généralement marquées de rouge ou d’orange.