Vertaling van "fwrite" in Spaans
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.
The packages below also fix integer overflows in the calloc, fread and fwrite code.
Los paquetes de abajo también corrigen un desbordamiento de entero en el código de calloc, fread y fwrite.
We then write our message to the file using the fwrite() function.
Luego entonces, escribimos nuestro mensaje en el archivo usando la función fwrite().
This ensures that all writes with fwrite() are completed before other processes are allowed to write to that output stream.
Esto asegura que todas las escrituras con fwrite() se completen antes de que a otros procesos se les permita escribir en ese flujo de salida.
/ that's where $somecontent will go when we fwrite() it.
/ donde irá $contenido cuando usemos fwrite() sobre él.
The nmemb parameter is assumed to have a value of 1, so the prototype looks more like read(2) fwrite
El parámetro nmemb se asume que tiene un valor de 1, por lo que el prototipo se parece más a read(2) fwrite
Identical to calling fopen(), fwrite(), and fclose() successively.
Idéntico a llamar fopen(), fwrite(), y fclose() sucesivamente.
This pointer may be used with fgets(), fgetss(), and fwrite().
Este apuntador puede ser usado con fgets(), fgetss(), y fwrite().
That is, there is no need to flock() a resource before calling fwrite(); all of the data will be written without interruption.
Es decir, no hay necesidad de bloquear un recurso con flock() antes de llamar a fwrite(); toda la información será escrita sin interrupciones.
In other words, a flock() call happens between the fopen() call and the fwrite() call.
En otras palabras, ocurre una llamada a flock() entre la llamada a fopen() y la llamada a fwrite().
Opening and closing the file is all well and good, but to perform useful operations, you need to know about fread() and fwrite().
Abriendo y cerrando el archivo es bien, pero para poder realizar operaciones útiles necesitas saber acerca de las funciones fread() y fwrite().
This function is identical to calling fopen(), fwrite() and fclose() successively to write data to a file.
Esta función es idéntica que llamar a fopen(), fwrite() y fclose() sucesivamente para escribir información en un fichero.
This method is called whenever data is read from or written to the attached stream (such as with fread() or fwrite()).
Este método es llamado siempre que los datos son leídos desde o escritos en el flujo adjunto (como con fread() o fwrite()).
You can use all the usual filesystem functions, such as fread(), fwrite() and fgets() to manipulate the contents of the stream.
Se pueden utilizar todas las funciones de sistema de ficheros usuales, tales como fread(), fwrite() y fgets() para manipular el contenido del flujo.