среда, 8 февраля 2012 г.

Type Hinting

http://lv.php.net/manual/en/language.oop5.typehinting.php

OtherClass  instance

    public function test(OtherClass $otherclass) {

    public function test_array(array $input_array) {


Objects and references

$c = new A;
$d = &$c;    // $c and $d are references


Комментариев нет:

Отправить комментарий