Tentando aprender a traduzir a partir dos exemplos de tradução humana.
A partir de tradutores profissionais, empresas, páginas da web e repositórios de traduções disponíveis gratuitamente
note that php internally stores integral values as signed. if you unpack a large unsigned long and it is of the same size as php internally stored values the result will be a negative number even though unsigned unpacking was specified.
prev
also note that php internally stores integral values as signed values of a machine dependent size. if you give it an unsigned integral value too large to be stored that way it is converted to a double which often yields an undesired result.
if you give it an unsigned integer value too large to be stored that way it is converted to a float which often yields an undesired result.
note that the distinction between signed and unsigned values only affects the function unpack(), where as function pack() gives the same result for signed and unsigned format codes.
note that the distinction between signed and unsigned values only affects the function unpack(), where as function pack() gives the same result for signed and unsigned format codes.
alt+ctrl+h 키를 누르면 키보드에서 키를 입력한 것처럼 'hello' 를 입력합니다.' unsigned '같은 긴 텍스트를 입력하기 귀찮을 때 사용할 수 있습니다. 입력에서 각각 키를 누르는 것은 콜론 (:) 으로 구분됩니다. 누르는 키는 실제로 누르는 키를 뜻하므로, 키보드에서 실제 무엇을 누를지를 쓰십시오. 아래 표에서 왼쪽은 키보드 입력을, 오른쪽은 입력할 것을 나타냅니다.\\ "enter" (새 줄) enter 또는 return\\ a (소문자 a) a\ a (대문자 a) shift+a\: (콜론) shift+;\' '(공백) 스페이스name
after pressing alt+ctrl+h the input of'hello 'will be simulated, as if you typed it. this is especially useful if you have call to frequently type a word (for instance, 'unsigned'). every keypress in the input is separated by a colon ':'. note that the keypresses literally mean keypresses, so you have to write what you would press on the keyboard. in the table below, the left column shows the input and the right column shows what to type.\\ "enter" (i. e. new line) enter or return\ a (i. e. small a) a\ a (i. e. capital a) shift+a\: (colon) shift+;\ '' (space) space