preg_match('/^{"hash": [0-9A-Z\"]+}$/', $_COOKIE['otadmin'])
여기서 preg_match 함수안에 hash부분을 잘모르겠어요 어떤 문자들을 골라내는거죠??
$_COOKIE['otadmin']의 값을 확인하는 건데.. {"hash": 로 시작해서 }로 끝나는 대문자 또는 숫자의 연속인지를 확인하네요.
ex) {"hash": "ABCD1234567890"}
텍스트 포맷에 대한 자세한 정보
<code>
<blockcode>
<apache>
<applescript>
<autoconf>
<awk>
<bash>
<c>
<cpp>
<css>
<diff>
<drupal5>
<drupal6>
<gdb>
<html>
<html5>
<java>
<javascript>
<ldif>
<lua>
<make>
<mysql>
<perl>
<perl6>
<php>
<pgsql>
<proftpd>
<python>
<reg>
<spec>
<ruby>
<foo>
[foo]
$_COOKIE['otadmin']의 값을 확인하는
$_COOKIE['otadmin']의 값을 확인하는 건데..
{"hash": 로 시작해서 }로 끝나는 대문자 또는 숫자의 연속인지를 확인하네요.
ex) {"hash": "ABCD1234567890"}
댓글 달기