Download for Windows Premium
Publiciteit
tipo integer
integer type
int
Un strings que contenga un integer válido será amoldado al tipo integer.
Strings containing valid integers will be cast to the integer type.
Cuando se empaquetan estos floats como integers, primero son convertidos al tipo integer.
When packing these floats as integers, they are first cast into the integer type.
Asimismo, si realiza una operación que resulta en un número más allá de los límites del tipo integer, un float es retornado en su lugar.
Also, an operation which results in a number beyond the bounds of the integer type will return a float instead.
El caso más relevante es cuando se empaquetan números sin signo que serían representables con el tipo integer si fueran sin signo.
The most relevant case is when packing unsigned numbers that would be representable with the integer type if it were unsigned.
Si especifica un número más allá de los límites del tipo integer, esto no ocurre con los enteros indicados como hexadecimales
If you specify a number beyond the bounds of the integer type, it will be interpreted as a float instead.
Si ambos argumentos son números enteros no negativos y el resultado puede ser representado como un entero, el resultado será devuelto con tipo integer; de lo contrario se devuelve como un float.
If both arguments are non-negative integers and the result can be represented as an integer, the result will be returned with integer type, otherwise it will be returned as a float.
En sistemas donde el tipo integer tiene un tamaño de 64 bits, el tipo float casi con toda seguridad no tendrá una mantisa suficientemente grande para mantener el valor sin pérdida de precisión.
In systems where the integer type has 64-bit size, the float most likely does not have a mantissa large enough to hold the value without loss of precision.
También, una operación cuyo resultado sea un número fuera de los límites de un valor al tipo integer se puede emplear tanto (int) como (integer).
Also, an operation which results in a number beyond the bounds of the integer type will million = 1000000
Esta función puede convertir números que son demasiado grandes para caber en el tipo integer de cada plataforma, devolviendo en este caso un valor de tipo float para los valores mayores.
Note Notă: The function can convert numbers that are too large to fit into the platforms integer type, larger values are returned as float in that case.
Si PHP encuentra un número más allá de los límites del tipo integer, será interpretado en su lugar como un float.
If PHP encounters a number beyond the bounds of the integer type, it will be interpreted as a float instead.
Notas Nota: Esta función puede convertir números que son demasiado grandes para caber en el tipo integer de cada plataforma,
The function can convert numbers that are too large to fit into the platforms integer type, larger values are returned as float in that case.
Dado que el tipo integer de PHP es con signo, muchas comprobaciones de suma de crc32 resultarán en números enteros negativos en plataformas de 32 bits.
Warning Because PHP's integer type is signed many crc32 checksums will result in negative integers on 32bit platforms.
Nota: Debido a que el tipo integer de PHP es con signo y muchas plataformas usan enteros de 32 bits, algunas funciones de sistema de ficheros pueden devolver resultados inesperados para ficheros que son mayores de 2 GB.
2 years ago "Note: Because PHP's integer type is signed and many platforms use 32bit integers, some filesystem functions may return unexpected results for files which are larger than 2GB."
Er zijn geen resultaten gevonden voor deze term.

Synoniemen voor tipo integer in het Spaans

Publiciteit

Suggesties

Resultaten: 90. Exact: 90. Verstreken tijd: 58 ms.