PHP Howtos
PHP DateTime
- Get the Last Day of the Month With PHP Functions
- Calculate the Difference Between Two Dates Using PHP
- Convert DateTime to String in PHP
- Get the Current Year in PHP
- Convert a Date to a Timestamp in PHP
- Convert a Timestamp to a Readable Date or Time in PHP
PHP Date
- Add Days to Date in PHP
- Calculate the Difference Between Two Dates Using PHP
- Convert DateTime to String in PHP
- Convert String to Date and Date-Time in PHP
- Convert One Date Format to Another in PHP
- Get the Current Date and Time in PHP
PHP String
- Remove All Spaces Out of a String in PHP
- Convert DateTime to String in PHP
- Convert String to Date and Date-Time in PHP
- Convert an Integer Into a String in PHP
- Convert an Array to a String in PHP
- Convert a String to a Number in PHP
- Get the Last Character of a String in PHP
- Check if a String Starts With a Specified String in PHP
- PHP Variable in String
- Remove Special Character in PHP
- Generate Random String in PHP
- Convert String to Float in PHP
- Get PHP String Length
- Replace String in PHP
- String Concatenation in PHP
- Write Multi-Line Strings in PHP
- Check if a String Contains a Substring in PHP
- Remove the Last Character From a String in PHP
- Extract Numbers From a String in PHP
- Get Parameters From a URL String in PHP
PHP Function
PHP Loop
PHP Array
- Determine the First and Last Iteration in a Foreach Loop in PHP
- Convert an Array to a String in PHP
- Get the First Element of an Array in PHP
- Echo or Print an Array in PHP
- Delete an Element From an Array in PHP
- Remove Empty Array Elements in PHP
- Combine Two Arrays in PHP
- Remove Duplicate Values From an Array in PHP
- Initialize Empty Array in PHP
- Perform Array Delete by Value Not Key in PHP
- Reset Array in PHP
- Add Elements to an Array in PHP
- Create a New Line in PHP
- Sort an Array of Associative Arrays by Value of a Given Key in PHP
- Loop Through an Array in PHP
- Check Whether an Array Is Empty in PHP
- Convert an Array to an Object in PHP
PHP Directory
PHP Variable
PHP CSV
PHP Foreach
PHP Integer
PHP Number
PHP Char
PHP Timestamp
PHP JSON
- Generate Json File in PHP
- Parse a JSON File in PHP
- Use cURL to Get JSON Data and Decode JSON Data in PHP
- Convert XML to JSON in PHP
- Extract Data From JSON in PHP
PHP cURL
PHP File
- Write Into a File in PHP
- Write Array to a File in PHP
- Check if File Exists in PHP
- Get a File Extension in PHP
- Read a Large File Line by Line in PHP