Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in php

Identifying repeated code within PHP project

PHP rate limiting client

php

Time/Space complexity of PHP Array

how to get output of proc_open()

php linux proc-open

How can I update the boolean values in mysql? [closed]

php mysql

Make cURL output STDERR to file (or string)

php curl stderr verbose

$_POST will convert from utf-8 to ä ö ü etc

Are there any downsides to using double-slashes in URLs?

Result from $_SERVER['HTTP_REFERER'], when referer header is not sent to server

php url http-headers

How to get code auto-completion with phpspec

php phpstorm phpspec

How to save modifications to apply later?

php database

filectime vs filemtime for file modification time?

php caching

Collections\Criteria::expr(), isNotNull and notLike

php doctrine-orm

Symfony2: Passing options to buildForm

php symfony

What means Call to a member function on boolean and how to fix

How to get the root package path using composer

Laravel error 'ReflectionException' - 'Class App\Http\Kernel does not exist'

php laravel namespaces psr-4

Laravel belongsTo relationship - Trying to get property of non-object

Autoload with namespaces in PHP 5.3?

php namespaces autoload

PHP equivalent for a python decorator?