Download for Windows Premium
Publiciteit
el tipo integer
integer type
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."
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.
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.
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.
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.
El tipo Integer debería ser su primera elección cuando maneje números enteros.
The Integer type should be your first choice when handling integer numbers.
Los valores del conjunto de rangos se describirán mediante el tipo Integer.
The values in the range set shall be described by the Integer type.
Para cálculos matemáticos o código genérico, la mejor elección es seguir la representación de enteros de la plataforma en que se quiera trabajar - esto es, utilice el tipo Integer - porque esto es lo que más le gusta a la CPU.
For mathematical computation or generic code, your best bet is to stick with the standard integral representation for the specific platform - that is, use the Integer type - because this is what the CPU likes best.
Er zijn geen resultaten gevonden voor deze term.

Synoniemen voor el tipo integer in het Spaans

Publiciteit

Resultaten: 9. Exact: 9. Verstreken tijd: 40 ms.