• PeoplePerHour
  • Github
  • StackOverflow
  • Goodreads
  • Magento blog
  • Developer Wallpaper
  • Trang chủ
  • Lập trình
  • Công nghệ
  • Linh tinh
  • Privacy Policy
  • More
    • Review sách
    • Today I Learned
    • Giới thiệu
Author: Jared Chu
PHP count() Sample Code and Explanation 1
  • TIL

PHP count() Sample Code and Explanation

April 03, 20239 Views0 Comment Jared Chu
The count() function is used to count the number of elements in an array or the number of properties in …
PHP implode() Sample Code and Explanation 2
  • TIL

PHP implode() Sample Code and Explanation

April 02, 202319 Views0 Comment Jared Chu
The PHP implode() function is used to join elements of an array into a string, separated by a specified delimiter. …
PHP str-replace() Sample Code and Explanation 3
  • TIL

PHP str-replace() Sample Code and Explanation

April 01, 20239 Views0 Comment Jared Chu
The str_replace() function is a built-in function in PHP that replaces all occurrences of a search string with a replacement …
PHP file-exists() Sample Code and Explanation 4
  • TIL

PHP file-exists() Sample Code and Explanation

March 31, 20238 Views0 Comment Jared Chu
The file_exists() function is a built-in function in PHP that checks if a file or directory exists. It returns true …
PHP array_reduce() Sample Code and Explanation 5
  • TIL

PHP array_reduce() Sample Code and Explanation

March 30, 202313 Views0 Comment Jared Chu
When working with arrays in PHP, you may sometimes need to perform a calculation or operation on all of the …
PHP array_filter() Sample Code and Explanation 6
  • TIL

PHP array_filter() Sample Code and Explanation

March 19, 202319 Views0 Comment Jared Chu
PHP has a vast collection of functions that make developers’ lives easier by reducing the complexity of their code. One …
PHP array_map() Sample Code and Explanation 7
  • TIL

PHP array_map() Sample Code and Explanation

March 18, 202326 Views1 Comment Jared Chu
In PHP, the array_map() function is a powerful tool for manipulating arrays. It takes an array and a callback function …
Creating a RESTful API with PHP & FastRoute 8
  • TIL

Creating a RESTful API with PHP & FastRoute

March 17, 202318 Views0 Comment Jared Chu
RESTful APIs are a popular way to expose data and functionality to external applications. In this tutorial, we will learn …
  • TIL

Fix missing OpenSSL on AWS Lambda NodeJS 10.x 12.x

October 06, 2020355 Views3 Comments Jared Chu
I’m not the guy who fixed this issue, this post is only a note for myself. Thanks to Pflugs for …
  • TIL

Cài docker và docker-compose trên Ubuntu 20.04

April 25, 20204491 Views0 Comment Jared Chu
Docker 1. Cài docker qua package docker.io sudo apt install docker.io 2. Enable docker service sudo systemctl enable --now docker …
1 2 3 … 10
Top Posts
  • Chuyện gõ phím của lập trình viên
  • Fix missing OpenSSL on AWS Lambda NodeJS 10.x 12.x
  • Map, filter và reduce với PHP - phần 2 - array_filter
  • Map, filter và reduce với PHP - phần 1 - array_map
  • Dùng SSH key như thế nào?
  • Cài docker và docker-compose trên Ubuntu 20.04
  • Không nên dán màn hình kindle
  • Let's Encrypt Wildcard SSL with Certbot docker
  • Ubuntu 20.04 có gì mới?
  • Kích hoạt xdebug trên Laravel Homestead
Recent Comments
  • PHP implode() Sample Code and Explanation - The Lazy Developer on PHP array_map() Sample Code and Explanation
  • Jared Chu on Quản lý Node.js process với PM2
  • Sơn on Quản lý Node.js process với PM2
  • Jared Chu on Đừng thiết kế lại bánh xe
  • Tony on Đừng thiết kế lại bánh xe
  • Jared Chu on Đôi điều về Ubuntu cho lập trình viên
  • diep on Đôi điều về Ubuntu cho lập trình viên
  • Quốc Anh on Giới thiệu
  • Sunwardẻ on PHPworkplace là scam?
  • Jared Chu on Đọc sách để làm gì nhỉ?
TODAY I LEARNED
  • PHP count() Sample Code and Explanation
  • PHP implode() Sample Code and Explanation
  • PHP str-replace() Sample Code and Explanation
  • PHP file-exists() Sample Code and Explanation
  • PHP array_reduce() Sample Code and Explanation
  • PHP array_filter() Sample Code and Explanation
  • PHP array_map() Sample Code and Explanation
  • Creating a RESTful API with PHP & FastRoute
  • Fix missing OpenSSL on AWS Lambda NodeJS 10.x 12.x
  • Cài docker và docker-compose trên Ubuntu 20.04
Blog hay nên đọc
  • Tôi đi code dạo
  • Blog Lập trình cuộc sống
  • The full snack developer
  • Blog Thái

© 2023 The Lazy Developer all rights reserved

Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License.