'PHP'에 해당되는 글 150건

  1. 2024.11.20 [PHP] standalone Blade인 jenssegers/blade - Blade를 사용할 때 Illuminate\Contracts\Container\BindingResolutionException: Target class [blade.compiler] does not exist 에러 발생시
  2. 2024.08.13 [PHP] CLI 실행시 실행시간 제한 (Setting Execution Time Limits in PHP CLI Environment)
  3. 2024.06.05 [PHP] MongoDB 커맨드 드라이버 레벨 모니터링 (MongoDB command monitoring)
  4. 2024.05.20 [PHP] mcrypt (MCRYPT_3DES + MCRYPT_MODE_CFB) <-> openssl (DES-EDE3-CFB8) 상호호환
  5. 2022.05.11 [PHP] 유니코드 정규표현식 (regular expressions - unicode)
  6. 2022.04.13 [PHP] 사설 ip, loopback 등을 제외하고 공인 ip만 필터링 (filtering private, reserved ip address)
  7. 2021.10.21 [PHP] 문자열에서 이모지(Emojis) 제거 (remove emojis from string) 2
  8. 2021.04.20 [PHP] file_exists는 true로 나오지만 fopen, require/include 등이 불가능할 때 (file_exists return true but can't read)
  9. 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 발생
  10. 2021.02.10 [PHP] pecl install 실행시 popen() disabled 관련 warning과 함께 ERROR: failed to run `phpize' 에러 발생
  11. 2021.01.27 [PHP] 문자열 조합해서 상수 읽어오기 (use string concatenation to read constant)
  12. 2020.08.20 [PHP] curl 여러 url 비동기 호출 (curl, async, non-blocking, curl_multi) 2
  13. 2020.08.12 [PHP] curl 사용시 SSL connect error (35)
  14. 2020.08.11 [PHP] curl -v(verbose) 옵션 세팅 및 결과 확인하기
  15. 2020.07.14 [PHP] heredoc 내부에서 함수 호출하기 (calling function inside heredoc)
  16. 2020.06.02 [PHP] timezone 적용 date()
  17. 2020.05.28 [PHP] / 하나로 범위주석 로직 빠르게 전환하기 2
  18. 2020.03.02 [PHP] application/json으로 넘어온 데이터 파싱 (parse data passing by header Content-Type application/json) 2
  19. 2020.02.12 [PHP] json_encode()시 빈 오브젝트 만들기 (json_encode() returns empty object, not array) 2
  20. 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
  21. 2017.06.02 [PHP] MongoDB - shard keys must be less than 512 bytes 에러 2
  22. 2016.09.08 [PHP] Windows에서 COM 이용하여 InternetExplorer 실행/제어하기
  23. 2015.11.25 [PHP] PHP에서 구글의 고속압축 라이브러리인 snappy 사용하기
  24. 2015.11.25 [PHP] extension 빌드시 ZEND_FE_END undeclared 에러 발생
  25. 2015.06.03 [PHP] 각종 평균 구하기 (average, mean, median, mode, midrange, trimmean)
  26. 2015.03.12 [PHP] linux shell의 clear 명령어 구현
  27. 2015.02.23 [PHP] PHP 스크립트로 비동기/병렬 처리를 통해 멀티 코어 활용하기
  28. 2015.02.12 [PHP] 한글 종성유무에 맞는 조사(은/는/이/가/을/를/과/와) 변환
  29. 2014.12.23 [PHP] MongoDB _id로 query 하기 (query on _id)
  30. 2014.12.04 [PHP] 클래스 이름 관련 함수들 (functions about class name)