PHP 버전, PHP7, PHP5,6, PHP 5.5 기존 Value of variable ($var)isset($var)empty($var)is_null($var)“” (an empty string)bool(true)bool(true)” ” (space)bool(true)FALSEbool(true)bool(true)TRUEbool(true)array() (an empty array)bool(true)bool(true)NULLbool(true)bool(true)“0” (0 as a string)bool(true)bool(true)0 (0 as an integer)bool(true)bool(true)0.0 (0 as a float)bool(true)bool(true)var $var; (a variable ..
출처 : http://www.thegeekstuff.com/2012/08/fsck-command-examples/1. Filesystem Check on a Disk Partition (http://www.thegeekstuff.com/2011/09/parted-command-examples/) # parted /dev/sda 'print' Number Start End Size Type File system Flags 1 1049kB 106MB 105MB primary fat16 diag 2 106MB 15.8GB 15.7GB primary ntfs boot 3 15.8GB 266GB 251GB primary ntfs 4 266GB 500GB 234GB extended 5 266GB 466GB 200G..
mongoDB 3 type modeling in production from DongHan Kim MongoDB * 문서 객체 저장 - Json - 동적 스키마 구성 Full Index Support - 어느 속성에나 인덱스 설정 가는 Replication & High Availability - LAN 과 WAN 을 이용한 미러링과 빠른 성능 Database -> Database Table -> collection Index -> Index Row -> Document Column ->Field Join -> Embedding & Linking Primary Key -> Object_id
http://php.net/manual/kr/reserved.variables.server.php $_SERVER$HTTP_SERVER_VARS[삭제](PHP 4 >= 4.1.0, PHP 5, PHP 7) $_SERVER -- $HTTP_SERVER_VARS[삭제] — 서버 정보 및 실행 시 환경 정보 설명$_SERVER 는 헤더, 패스, 스크립트의 위치 같은 정보를 가진 배열입니다. 이 배열의 항목은 Web서버에 의한 생성됩니다. 모든 Web서버가 이들 모두를 제공하는 보장은 없습니다. 서버는 이들 몇몇을 생략하거나 이 목록에 없는 다른 것을 정의할 가능성이 있습니다. 이들 변수의 대부분은 » CGI/1.1 specification 에서 정의되어 있습니다. 그러므로 이들에 대해서는 정의되고 있음을 기대..