Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in php

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

Rebase array keys after unsetting elements [duplicate]

php

Laravel Unknown Column 'updated_at'

How do I Sort a Multidimensional Array in PHP [duplicate]

How can I remove a key and its value from an associative array?

php arrays

Adding one day to a date

php date datetime

What's the difference between echo, print, and print_r in PHP?

php

Double not (!!) operator in PHP

php operators

How to trigger XDebug profiler for a command line PHP script?

What's quicker and better to determine if an array key exists in PHP?

php performance

How can I output a UTF-8 CSV in PHP that Excel will read properly?

php csv utf-8 byte-order-mark

PHP PDO: charset, set names?

php mysql pdo

Why use sprintf function in PHP?

php printf

PHP - Move a file into a different folder on the server

php directory move unlink

Using Default Arguments in a Function

php arguments default

What is the advantage of using heredoc in PHP? [closed]

php heredoc

How Can I Set the Default Value of a Timestamp Column to the Current Timestamp with Laravel Migrations?