Vertaling van "bytes null" in Engels
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
El código "a" ahora guarda bytes NULL sobrantes de cola.
unpack() ahora mantiene los bytes NULL sobrantes cuando se usa el código de formato "a".
unpack() now keeps trailing NULL bytes when the "a" format code is used.
Si size es mayor que el del archivo, éste se extiende con bytes null.
If size is larger than the file then the file is extended with null bytes.
unpack() ahora admite el códio de formato "Z" para cadenas con relleno NULL, y se comporta como lo hacía "a" en versiones anteriores: eliminará los bytes NULL sobrantes.
unpack() now support the "Z" format code for NULL padded strings, and behaves as "a" did in previous versions: it will strip trailing NULL bytes.
El código "A" ahora elimina todos los espacios en blanco ASCII sobrantes de cola (espacios, tabulaciones, nuevas líneas, retorno de carro, y bytes NULL).
The "A" code now strips all trailing ASCII whitespace (spaces, tabs, newlines, carriage returns, and NULL bytes).
Cambios realizados para poner esta función en línea con Perl: El código "a" ahora guarda bytes NULL sobrantes de cola.
Changes were made to bring this function into line with Perl: The "a" code now retains trailing NULL bytes.
Esta función intenta devolver un string con todos los bytes NULL y las etiquetas HTML y PHP retirados de un str dado.
This function tries to return a string with all NULL bytes, HTML and PHP tags stripped from a given str.
unpack() ahora mantiene los bytes NULL sobrantes cuando se usa el código de formato "a".
unpack() now strips all trailing ASCII whitespace when the "A" format code is used.