Réalisées par des traducteurs professionnels, des entreprises, des pages web ou traductions disponibles gratuitement.
@ title: column short for hexadecimal
undef.
Dernière mise à jour : 2011-10-23
Fréquence d'utilisation : 2
Qualité :
returns a string containing a hexadecimal representation of the given number argument.
returns a string containing a hexadecimal representation of the given number returns a string containing a hexadecimal representation of the given number argument.
Dernière mise à jour : 2011-10-24
Fréquence d'utilisation : 1
Qualité :
desen eklendi. @ item: inlistbox coding of offset in the hexadecimal format
pattern inserted.
Dernière mise à jour : 2011-10-23
Fréquence d'utilisation : 2
Qualité :
değer & kodlaması@ item: inmenu encoding of the bytes as values in the hexadecimal format
& value coding
Dernière mise à jour : 2011-10-23
Fréquence d'utilisation : 4
Qualité :
Avertissement : un formatage HTML invisible est présent
% 1:% 2@ item: inlistbox coding of the bytes as values in the hexadecimal format
changes
Dernière mise à jour : 2011-10-23
Fréquence d'utilisation : 2
Qualité :
a değişkeninin bellek adresi ise 0x0000ffff dir (bu hexadecimal (onaltılık tabanda) bir değerdir ).
considering the contents as a memory address (0x1000), look up the value at that location (0x0002).
Dernière mise à jour : 2016-03-03
Fréquence d'utilisation : 1
Qualité :
veri tipi: @ option: check encode the values in hexadecimal instead of decimal, if the datatype has the property unsigned
data type:
Dernière mise à jour : 2011-10-23
Fréquence d'utilisation : 2
Qualité :
$a = 1234; # decimal number $a = -123; # a negative number $a = 0123; # octal number (equivalent to 83 decimal) $a = 0x1a; # hexadecimal number (equivalent to 26 decimal)
?php $a = 1234; # decimal number $a = -123; # a negative number $a = 0123; # octal number (equivalent to 83 decimal) $a = 0x1a; # hexadecimal number (equivalent to 26 decimal)?
Dernière mise à jour : 2011-10-24
Fréquence d'utilisation : 1
Qualité :