MyNotes
вторник, 14 августа 2012 г.
RedisPHP
https://github.com/shumkov/rediska
пятница, 10 августа 2012 г.
Test 1
final class _1
{
protected static $_;
public static function _($_)
{
static::$_.=(string)$_;
return __CLASS__;
}
public static function e()
{
return static::$_;
}
}
$r = "_1";
$r = $r::_(1);
$r = $r::_(2);
e($r::e());
die();
Следующие
Предыдущие
Главная страница
Подписаться на:
Сообщения (Atom)