Programming/php2017. 1. 4. 09:21

문구를 보는데 이게 먼가 싶은데..

일단 XN[NAME] 으로 X는 타입 N은 자릿수 인거고 뒤에는 array의 key값이 되는 듯?


array unpack ( string $format , string $data )

string pack ( string $format [, mixed $args [, mixed $... ]] )

[링크 : http://php.net/manual/en/function.unpack.php]


format

The format string consists of format codes followed by an optional repeater argument. The repeater argument can be either an integer value or * for repeating to the end of the input data. For a, A, h, H the repeat count specifies how many characters of one data argument are taken, for @ it is the absolute position where to put the next data, for everything else the repeat count specifies how many data arguments are consumed and packed into the resulting binary string.

[링크 : http://php.net/manual/en/function.pack.php]

[링크 : http://www.w3schools.com/php/func_misc_unpack.asp]


+

2017.01.06

"C*"은 그럼 singed char를 무한반복해서 unpack 하라는 의미였고

"i1"은 signed integer를 1번 만 하라는 의미였군

'Programming > php' 카테고리의 다른 글

PHP 최적화 관련  (0) 2017.01.09
php 로그인 관련 - 세션  (0) 2017.01.06
php foreach / array  (0) 2017.01.03
php "str"과 'str' 차이점  (2) 2017.01.03
php class 그리고.. 구조체가 없다?  (0) 2017.01.02
Posted by 구차니