Search result

[php] php에서 자바스크립트 함수 실행하는 방법 (v8js)

- php 에서 javascript 코드 실행법 * phpv8 / v8js https://pecl.php.net/package/v8js https://github.com/phpv8/v8js - v2.1.1 , 2019/7 - php 7.3까지 지원 //------------------------------- * 윈도우에 v8js...

PHP

Two New things of Laravel 7.4

Laravel 7.4 was released at 31 March, 2020. In this post, I introduce two new features of Laravel 7.4.Continue reading on Medium »

Laravel PHP Programming

[PHP] underscore(lodash) 같은 라이브러리

- php 함수형 프로그래밍 * lstrojny /functional-php

PHP

[PHP] underscore(lodash) 같은 라이브러리

- php 함수형 프로그래밍 * lstrojny /functional-php

PHP

[PHP] underscore(lodash) 같은 라이브러리

- php 함수형 프로그래밍 * lstrojny /functional-php

PHP

Docker를 이용한 Reverse Proxy 서버 구성 및 자동화

이 글은 Docker를 이용해 NginX Reverse Proxy 서버를 구성한 후 2개의 웹 어플리케이션(Node.js App, phpmyadmin)과 MySQL을 설한 방법에 대한 내용이다. 그리고 웹 어플리케이션에 사용한 Let’s Encrypt 인증서 발...

PHP

그누보드 Hook 사용법

최근 그누보드 업데이트 스크립트를 만들면서, 코어 코드가 수정되었을때 자동으로 업데이트 해주는 기능 구현에 애를 먹고 있다.하지만 그누보드 5.4부터 새로 추가된 hook을 사용하면 코어코드에 대한 수정을 최소...

PHP Tip's Develop dev GNUBOARD

[Troubleshooting][Docker]Call to undefined function exif_imagetype()

When we met an error on docker container, we had to search how to solve that trouble through the Dockerfile.Continue reading on Medium »

DevOps Troubleshooting Docker PHP

[php] PCNTL ( Process Control) 확장 사용법 예제

PCNTL extension example function code_for_child_process() { // Executed in the child process. } function code_for_failed_to_launch_child_process() { // Executed in the parent process when forking a ch...

PHP

[php] PCNTL ( Process Control) 확장 사용법 예제

PCNTL extension example function code_for_child_process() { // Executed in the child process. } function code_for_failed_to_launch_child_process() { // Executed in the parent process when forking a ch...

PHP