Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in php-5.3

Process socket data with a leading length value

php sockets php-5.3 php-socket

using the php 5.4's new constant ENT_DISALLOWED in htmlentities

Use other table than user for login authentication

Function not working on server. Can't use function return value in write context

Is @package required with PHP 5.3 namespaces?

php namespaces php-5.3 phpdoc

DI container for an object that contains an object that has injected dependency

How to access the property/ value of an array which has been converted into an object?

php arrays object php-5.3

Can I set a time limit for a code block?

php php-5.3

php super super globals

php php-5.3

Are functions like strip_tags() and trim() UTF-8 aware?

utf-8 php-5.3

How should I hash passwords in CodeIgniter

php codeigniter hash php-5.3

Forget late static binding, I need late static __FILE__

Overloading in php

php php-5.3

PHP function array_replace(), why are the arguments passed by reference?

php arrays php-5.3

How can I send all php errors run on one page to an email?

php php-5.3

Why does PHP overwrite values when I iterate through this array twice (by reference, by value)

php php-5.3

How to connect to MSSQL 2000 from PHP 5.3 and up

php include causes unwanted newline

php php-5.3

How to add some symbol to every word in string?

php php-5.3

About PHP underscore naming convention (as in "_method" or "_property")