'PHP'에 해당되는 글 146건

  1. 2014.09.05 [PHP] CPU 코어수 확인 [Windows/Linux] (NumberOfProcessors)
  2. 2014.08.29 [PHP] Windows에서 proc_open 함수를 사용할 때 STDERR가 있으면 무한 blocking 되는 현상
  3. 2014.08.29 [PHP] proc_open 함수를 Windows에서 사용할 때 명령어에 공백문자가 있으면 거기까지 끊기는 버그 (proc_open windows space bug)
  4. 2014.08.20 [PHP] 에디트플러스 사용자 도구에서 PHP 문법체크 (editplus, syntax check) 5
  5. 2014.08.19 [PHP] 프로세스를 실행시키면서 STDOUT, STDERR를 문자열 변수에 담기 (open_proc, descriptor_spec, stream_get_contents)
  6. 2014.08.05 [PHP] header를 이용해 파일다운로드시 브라우저별 UTF-8 다국어 깨짐현상 (Content-Disposition, attachment, filename, multibyte)
  7. 2014.06.20 [PHP] 요청한 폼데이터가 넘어오면서 일부가 없어지는 현상 (form data, input, get, post)
  8. 2014.05.15 [PHP] 문자열을 byte array로 변환 (string, byte array, hex)
  9. 2014.05.15 [PHP] cURL로 header만 요청하기
  10. 2014.05.15 [PHP] load average throttle
  11. 2014.05.15 [PHP] PHP 시리얼 통신 (PHP, Serial communication)
  12. 2014.04.07 [PHP] V8JS 엔진 PHP Extension
  13. 2014.03.18 [PHP] json pretty print
  14. 2014.01.24 [PHP] MongoDB의 _id로 기간 query 하기 (ObjectId, timestamp, interval, range)
  15. 2013.11.18 [PHP] 부동소수점 비교연산
  16. 2013.11.04 [PHP] PHP 소스코드로 MongoDB의 sh.status (db.printShardingStatus) 정보 출력하기 (php, MongoDB, sh.status, db.printShardingStatus)
  17. 2013.10.30 [PHP] 유니코드 문자열 한글판별 (unicode, hangul)
  18. 2013.08.19 [PHP] 소스 레벨에서 표준 I/O 스트림 리다이렉트 (STDIN, STDOUT, STDERR redirect)
  19. 2013.07.04 [PHP] json_encode 할 때 'Invalid UTF-8 sequence in argument' warning 6
  20. 2013.03.15 [PHP] PHP에서 STDERR 로 출력하는 법.
  21. 2013.01.10 [PHP] 한글 도메인 퓨니코드 변환 (Punycode)
  22. 2012.12.06 [PHP] 숫자 0, 문자/문자열 비교시 주의 (zero, character, string, type cast, equals) 4
  23. 2012.11.22 [PHP] integer 최고값 (PHP_INT_MAX)
  24. 2012.10.16 [PHP] OS에 상관없이 load average 가져오기 [OS, Windows, LoadAverage]
  25. 2012.10.11 [PHP] 날짜 일수 차이 계산 [date_diff(), DateTime, DateInterval]
  26. 2012.09.11 [PHP] 시그널 핸들러 사용하기 (signal handler, SIGTERM)
  27. 2012.09.07 [PHP] 지역변수, 클래스 멤버변수에 배열대입시 시간 (local variable, class member)
  28. 2012.08.29 [PHP] Jaccard's coefficient를 위한 intersect, union 구하는 방법.
  29. 2012.08.28 [PHP] gzdecode() 함수가 없다고 에러 나올 때 1
  30. 2012.08.26 [PHP] 이미지 바이너리 데이터 가져와서 <img> 태그를 이용해 출력하기.