'PHP'에 해당되는 글 146건

  1. 2022.05.11 [PHP] 유니코드 정규표현식 (regular expressions - unicode)
  2. 2022.04.13 [PHP] 사설 ip, loopback 등을 제외하고 공인 ip만 필터링 (filtering private, reserved ip address)
  3. 2021.10.21 [PHP] 문자열에서 이모지(Emojis) 제거 (remove emojis from string)
  4. 2021.04.20 [PHP] file_exists는 true로 나오지만 fopen, require/include 등이 불가능할 때 (file_exists return true but can't read)
  5. 2021.02.10 [PHP] pecl install 실행시 shtool at '/tmp/pear/temp/EXTENSION_NAME/build/shtool' does not exist or is not executable 메시지와 함께 ERROR: `phpize' failed 발생
  6. 2021.02.10 [PHP] pecl install 실행시 popen() disabled 관련 warning과 함께 ERROR: failed to run `phpize' 에러 발생
  7. 2021.01.27 [PHP] 문자열 조합해서 상수 읽어오기 (use string concatenation to read constant)
  8. 2020.08.20 [PHP] curl 여러 url 비동기 호출 (curl, async, non-blocking, curl_multi) 2
  9. 2020.08.12 [PHP] curl 사용시 SSL connect error (35)
  10. 2020.08.11 [PHP] curl -v(verbose) 옵션 세팅 및 결과 확인하기
  11. 2020.07.14 [PHP] heredoc 내부에서 함수 호출하기 (calling function inside heredoc)
  12. 2020.06.02 [PHP] timezone 적용 date()
  13. 2020.05.28 [PHP] / 하나로 범위주석 로직 빠르게 전환하기 2
  14. 2020.03.02 [PHP] application/json으로 넘어온 데이터 파싱 (parse data passing by header Content-Type application/json) 2
  15. 2020.02.12 [PHP] json_encode()시 빈 오브젝트 만들기 (json_encode() returns empty object, not array) 2
  16. 2019.02.21 [PHP] PHP7-MongoDB 드라이버 에러 - PHP Fatal error: Uncaught MongoDB\Driver\Exception\AuthenticationException: The “SCRAM-SHA-1” authentication mechanism requires libmongoc built with –enable-ssl
  17. 2017.06.02 [PHP] MongoDB - shard keys must be less than 512 bytes 에러 2
  18. 2016.09.08 [PHP] Windows에서 COM 이용하여 InternetExplorer 실행/제어하기
  19. 2015.11.25 [PHP] PHP에서 구글의 고속압축 라이브러리인 snappy 사용하기
  20. 2015.11.25 [PHP] extension 빌드시 ZEND_FE_END undeclared 에러 발생
  21. 2015.06.03 [PHP] 각종 평균 구하기 (average, mean, median, mode, midrange, trimmean)
  22. 2015.03.12 [PHP] linux shell의 clear 명령어 구현
  23. 2015.02.23 [PHP] PHP 스크립트로 비동기/병렬 처리를 통해 멀티 코어 활용하기
  24. 2015.02.12 [PHP] 한글 종성유무에 맞는 조사(은/는/이/가/을/를/과/와) 변환
  25. 2014.12.23 [PHP] MongoDB _id로 query 하기 (query on _id)
  26. 2014.12.04 [PHP] 클래스 이름 관련 함수들 (functions about class name)
  27. 2014.10.29 [PHP] header() 로 redirect 했을 때 HTTP_REFERER가 사라짐.
  28. 2014.10.11 [PHP] 에디트플러스에서 다른 IDE처럼 함수정의부분으로 이동하는 기능구현 (EditPlus jump to declaration) 2
  29. 2014.10.09 [PHP] Windows에서 백그라운드로 커맨드 실행 (PHP exec as background process on Windows)
  30. 2014.09.05 [PHP] Windows LoadAverage 알아내기