SORU
18 EKİM 2010, PAZARTESİ


Kolon ve ok çift operatörler arasında fark PHP?

Php web kılavuzu Kenar Çubuğu, link text addChild yöntemi :: kapsam çözümleme operatörünü kullanır, ama bu örnekte Ok operatörünü kullanır. Herkes neden bana söyleyebilir misiniz?

CEVAP
18 EKİM 2010, PAZARTESİ


:: -> örneğin elemanları ise statik öğeler için.

Örneğin:

class Example {
  public static function hello(){
    echo 'hello';
  }
  public function world(){
    echo 'world';
  }
}

// Static method, can be called from the class name
Example::hello();

// Instance method, can only be called from an instance of the class
$obj = new Example();
$obj->world();

More about the static concept

Bunu Paylaş:
  • Google+
  • E-Posta
Etiketler:
Php

YORUMLAR

SPONSOR VİDEO

Rastgele Yazarlar

  • Edge-CGI 3D Tutorials and more!

    Edge-CGI 3D

    11 HAZİRAN 2013
  • segtlim

    segtlim

    21 EKİM 2008
  • The Weavers of Eternity Paracord Tutorials

    The Weavers

    1 Ocak 2014