Lindevs
Programming tutorials, blogs & resources
Menu
  • Home ×
  • Tutorials
    • Programming Language
      • Python
      • PHP
      • Java
      • C
      • C++
      • JavaScript
    • Machine Learning
      • TensorFlow 2
      • PyTorch
    • Computer Vision
      • OpenCV
    • Embedded System
      • Raspberry Pi
      • Arduino
      • ESP8266
      • XIAO SAMD21
    • Home Automation
      • Tasmota
    • Mobile App Development
      • Android
      • Flutter
    • Game Development
      • Unity
    • Framework
      • Laravel
      • Symfony
    • Operating System
      • Linux
        • Ubuntu
      • Windows
    • Database
      • MySQL
    • DevOps
      • Command Line
      • Web Server
      • Grafana
      • Networking
      • Security
      • Containerization
  • Code Snippets
  • Electronics
    • Circuits
  • Questions
    • PHP
  • Contact
    • Sign In

PHP

Get and Set Microseconds for DateTime in PHP 8.4

Get and Set Microseconds for DateTime in PHP 8.4

  • December 3, 2024
  • PHP
  • 0 Comments
  • 122 Views
Managing dates and times is an important part of many PHP applications, especially when dealing with logging or scheduling. The DateTime class streamlines these tasks with its robust functionality, providing...
Create DateTime From Unix Timestamp in PHP 8.4

Create DateTime From Unix Timestamp in PHP 8.4

  • December 2, 2024
  • PHP
  • 0 Comments
  • 167 Views
Working with dates and times is a fundamental aspect of many PHP applications, whether you're dealing with logging, scheduling, or displaying formatted dates. The DateTime class in PHP provides robust...
Trim Multibyte String using mb_trim in PHP 8.4

Trim Multibyte String using mb_trim in PHP 8.4

  • December 1, 2024
  • PHP
  • 0 Comments
  • 91 Views
PHP offers trim, ltrim and rtrim functions to remove whitespace (by default) or specified characters from both sides, beginning, or end of the string. These functions are particularly useful for...
Check Array Values using array_any and array_all in PHP 8.4

Check Array Values using array_any and array_all in PHP 8.4

  • November 30, 2024
  • PHP
  • 0 Comments
  • 134 Views
Since PHP 8.4, the array_any and array_all functions can be used to evaluate array elements based on a custom condition. These functions offer a more concise and readable approach to...
Find Array Element using array_find and array_find_key in PHP 8.4

Find Array Element using array_find and array_find_key in PHP 8.4

  • November 29, 2024
  • PHP
  • 0 Comments
  • 117 Views
Since PHP 8.4, the array_find and array_find_key functions can be employed. These functions allow finding an array element by a custom condition. They provide an efficient way to search through...
Change Multibyte String Case using mb_ucfirst and mb_lcfirst in PHP 8.4

Change Multibyte String Case using mb_ucfirst and mb_lcfirst in PHP 8.4

  • November 28, 2024
  • PHP
  • 0 Comments
  • 167 Views
PHP provides the ucfirst and lcfirst functions to convert the first character of a given string to uppercase or lowercase. These functions are particularly useful for formatting titles and labels...
Use feature_list Value Returned by curl_version Function in PHP 8.4

Use feature_list Value Returned by curl_version Function in PHP 8.4

  • November 27, 2024
  • PHP
  • 0 Comments
  • 99 Views
The curl_version function in the Curl extension returns an associative array with information about the Curl version and build details. It also includes a bitmask of all features supported by...
The exit and die are Considered Functions in PHP 8.4

The exit and die are Considered Functions in PHP 8.4

  • November 26, 2024
  • PHP
  • 0 Comments
  • 77 Views
The exit and its alias die terminates the current PHP script with an exit code or message. It commonly used in the command line applications. PHP 8.4 brings changes to...
IMAP Extension Has Been Moved to PECL in PHP 8.4

IMAP Extension Has Been Moved to PECL in PHP 8.4

  • November 25, 2024
  • PHP
  • 0 Comments
  • 100 Views
The IMAP extension in PHP enables functionality for working with mailboxes using the IMAP and POP3 protocols. The C library that the extension relies on has not been updated in...
Implicitly Nullable Parameter Types are Deprecated in PHP 8.4

Implicitly Nullable Parameter Types are Deprecated in PHP 8.4

  • November 24, 2024
  • PHP
  • 0 Comments
  • 393 Views
PHP allows defining parameter types in function and method signatures. PHP supports nullable type declarations with the ?T syntax, and with the T|null syntax. Since PHP 8.4, implicitly nullable parameter...
  • «
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • …
  • 14
  • 15
  • »
Buy Me a Coffee

Recent Posts

  • Reverse Array Elements using CUDA C++
  • Install Cppcheck on Ubuntu 24.04
  • Generate C-Compatible Byte Array from File on Linux
  • Check Stack Usage Per Function using gcc or g++ Compiler
  • Generate Assembly Code using MSVC Compiler

Archives

  • May 2025
  • April 2025
  • March 2025
  • February 2025
  • January 2025
  • December 2024
  • November 2024
  • October 2024
  • September 2024
  • August 2024
  • July 2024
  • June 2024
  • May 2024
  • April 2024
  • March 2024
  • February 2024
  • January 2024
  • December 2023
  • November 2023
  • October 2023
  • September 2023
  • August 2023
  • July 2023
  • June 2023
  • May 2023
  • April 2023
  • March 2023
  • February 2023
  • January 2023
  • December 2022
  • November 2022
  • October 2022
  • September 2022
  • August 2022
  • July 2022
  • June 2022
  • May 2022
  • April 2022
  • March 2022
  • February 2022
  • January 2022
  • December 2021
  • November 2021
  • October 2021
  • September 2021
  • August 2021
  • July 2021
  • June 2021
  • May 2021
  • April 2021
  • March 2021
  • February 2021
  • January 2021
  • December 2020
  • November 2020
  • October 2020
  • September 2020
  • August 2020
  • July 2020
Copyright © 2020 - 2025 · lindevs.com · All Rights Reserved