• 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
PHP
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 …
Map, filter và reduce với PHP – phần 3 – array_reduce 9
  • Lập trình

Map, filter và reduce với PHP – phần 3 – array_reduce

July 22, 20183953 Views3 Comments Jared Chu
PHP có sẵn một số hàm tính toán dựa trên giá trị các phần tử của mảng, ví dụ như: …
Map, filter và reduce với PHP - phần 2 - array_filter 11
  • Lập trình

Map, filter và reduce với PHP – phần 2 – array_filter

June 20, 20182063 Views0 Comment Jared Chu
Filter của PHP – array_filter array_filter lọc mảng đầu vào qua một hàm callback (hàm này trả về boolean nhé). Usage: array array_filter ( …
1 2
Top Posts
  • PHP session và Inode
  • Map, filter và reduce với PHP - phần 1 - array_map
  • Ubuntu 20.04 có gì mới?
  • Đôi điều về Ubuntu cho lập trình viên
  • Về các gói WordPress
  • Chuyện gõ phím của lập trình viên
  • Dùng SSH key như thế nào?
  • Tự tìm IP của mình
  • PHP array_map() Sample Code and Explanation
  • Sửa lỗi Inotify Watches Limit trên Linux
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.