Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in php

What are the differences between composer update and composer install?

php composer-php

Print array to a file

php serialization

require(vendor/autoload.php): failed to open stream

How to Truncate a string in PHP to the word closest to a certain number of characters?

php string function

How do I see the extensions loaded by PHP?

php php-extension

Guzzlehttp - How get the body of a response from Guzzle 6?

php response guzzle guzzle6

PHP function to make slug (URL string)

Why do some scripts omit the closing PHP tag, '?>'? [duplicate]

php coding-style

PHP/MySQL insert row then get 'id'

php mysql

Bulk Insertion in Laravel using eloquent ORM

php database laravel eloquent

How to convert XML into array in PHP?

php xml

What does '<?=' mean in PHP?

php syntax

How to remove duplicate values from an array in PHP

php arrays duplicate-data

How to trim white spaces of array values in php

php arrays

Multi-line strings in PHP

php string

PHP - Failed to open stream : No such file or directory

php require fopen include-path

How do you create optional arguments in php?

php

How to find out if you're using HTTPS without $_SERVER['HTTPS']

php https

How can I explode and trim whitespace?

Setting up a deployment / build / CI cycle for PHP projects