Thoughts, stories and ideas.
aldora
  • Home
  • Converter
  • About
  • Archive
Subscribe

PHP

PHP Blocking Socket with Server-Client Communication Example Code

Outline * PHP Blocking Socket * Example Code * Example Code Breakdown * References PHP Blocking Socket Socket is a software structure within a network node of a computer network that serves as an endpoint for sending and receiving data across the network[1]. Briefly, a socket is an endpoint in an computer to
Aldora L Aug 30, 2022

Remove Duplicate Value from Associative Array

Although array_unique can remove duplicate values from an array, in some situations, the array you need to deal with is quite complex and totally doesn't fit in array_unique. The following array is an associate array with a duplicate value in a nested array: $arr = [ [ 'name&
Aldora L Aug 24, 2022
Dockerize Laravel with One Line Code

Dockerize Laravel with One Line Code

Just one-line code: $sudo ./setup-docker.sh, you can execute the Laravel application in LNMP(Linux, Nginx, Mysql, PHP) environment. * The tutorial works for Mac M1 Prerequisites * Docker installed Quick Start 1. Clone the repository: $ git clone https://github.com/ShakalakaB/laravel-docker.git 2. Enter the directory root you just cloned:
Aldora L Jun 10, 2022

Subscribe to aldora

Don't miss out on the latest news. Sign up now to get access to the library of members-only articles.
aldora © 2025. Powered by Ghost