欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

基 礎(chǔ) 函 數(shù) 參 考


BinaryLen

返回二進(jìn)制變量的字節(jié)數(shù).

BinaryLen ( 二進(jìn)制變量 )

參 數(shù)

二進(jìn)制變量 待求值的二進(jìn)制數(shù)據(jù).

返 回 值

返回二進(jìn)制數(shù)據(jù)的字節(jié)數(shù).

備 注

None.

相 關(guān) 函 數(shù)

Binary, BinaryMid

函 數(shù) 示 例


; 創(chuàng)建二進(jìn)制數(shù)據(jù) 0x10203040
Local $binary = Binary("0x10203040")
MsgBox(0, "以字節(jié)為單位的長(zhǎng)度", BinaryLen($binary))

provider with jb51.net (unicode)