Vertaling van "wprintf" in Frans
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 wprintf() family of functions is the wide-character equivalent of the printf(3) family of functions.
La famille de fonctions wprintf() est l'équivalent pour les caractères larges de la famille de fonctions printf(3).
It performs formatted output of wide characters. The wprintf() and vwprintf() functions perform wide-character output to stdout. stdout must not be byte oriented; see fwide(3) for more information.
Les fonctions wprintf() et vwprintf() réalisent le traitement et la sortie de chaînes de caractères larges sur stdout. stdout ne doit pas être un périphérique spécial orienté caractères (voir la fonction fwide() pour plus d'informations).
Andere resultaten
This applies to fprintf(), sprintf(), and printf().
See also sprintf() and vprintf()
swprintf() and vswprintf() take a maxlen argument, sprintf(3) and vsprintf(3) do not.
swprintf() et vswprintf() prennent un argument maxlen, au contraire de sprintf() et vsprintf().
To display a text you can use printf or iprintf.
Pour afficher à l'écran un texte vous pouvez utiliser printf ou iprintf.
The fscanf and fprintf commands behave like C scanf and printf functions.
Les fscanf et fprintf commandes se comportent comme des fonctions C scanf et printf.
Unlike printf, sprintf does not do what you probably mean when you pass it an array as your first argument.
Au contraire de printf, sprintf ne fera probablement pas ce que vous voulez si vous lui passez un tableau comme premier argument.
To limit the number of decimal places in your numbers, you can use the printf or sprintf function.
Pour limiter le nombre de décimales dans un nombre, vous pouvez utiliser les fonctions printf ou sprintf.
Fixed bugs in print formats (sprintf, printf, prints).
Bogues corrigés dans les formats d'impression (sprintf, printf, prints).
If the strings were not to be translated, the standard PHP functions printf and sprintf could be used.
Si les chaînes n'ont pas à être traduites, les fonctions PHP standard printf et sprintf peuvent être utilisées.
TZ Affects the time zone used for some of the time-related format directives of -printf and -fprintf.
TZ Modifie le fuseau horaire utilisé dans le format de certaines directives liées au temps dans -printf et -fprintf.
To present something as hex, look into "printf", "sprintf", or "unpack".
Pour afficher quelque chose en hexadécimale, jeter un oeil sur "printf", "sprintf" ou "unpack".