1
2
3
4
<?php
function ircinit()
{
...

PHP Socket Loop, Need Constant ...

by Martindale, March 04, 2008 12:35, 1 refactoring, tagged with php5, irc, bot

This code is the main funct...

72f4ba51b784673a15a1e89d8d9f49d1 Talk
1
2
3
4
<?php
class MyClass{
function __construct(){
...

PHP Crossversion constructors f...

by fullo, November 09, 2007 16:08, 3 refactorings, tagged with php, oop, object, constructor, php5, php4

Which one is the best cross...

28f4b93162bef554e624154514dd5bd6 Talk