class A
{
public function print()
{
return 'Some text...';
}
}
Class B
{
protected $a;
public function __construct(A $a)
{
$this->a = $a;
}
public function print(){
return $this->a->print();
}
}
$a = new A();
$b = new B($a);
echo $b->print(); // Some text...
картинка состоящая из 10 картинок
background-position
ищете нужное изображение.entries=`ps -ax | grep $1 | grep -v grep | grep -v checkwbd | wc -l`
host=`/bin/hostname`
_host=${host%%.*}
_date=`/bin/date "+%b %d %T"`
if [ $entries -eq 0 ]; then
cd /usr/local/etc/rc.d
./$2 start
/usr/bin/logger -4 -i -t chkservice -p daemon.info $1 crash detected, process restarted
fi