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